Allbireo 0 Posted July 12, 2014 I am looking to make my reserve party members, basically the ones in my party but not currently active, be hidden from the menu. my menu is the basic menu and looks like this. From Ernest on, you can see who is not in the active party and you can scroll thru the reserve party members thru the status option. I would like the menu to look like this. The reserve members would not be shown in the main menu nor would you be able to scroll thru them when you select the status option in the main menu. If someone can help I would appreciate it very much. Share this post Link to post Share on other sites
+ TBWCS 951 Posted July 12, 2014 module Soul module ReservePartyChange NUMBER_OF_PARTY_MEMBERS = 3 end end class Window_MenuStatus < Window_Selectable #-------------------------------------------------------------------------- # * Get Number of Items #-------------------------------------------------------------------------- def item_max return Soul::ReservePartyChange::NUMBER_OF_PARTY_MEMBERS end end Share this post Link to post Share on other sites
Crystal Noel 33 Posted July 16, 2014 Try this script: http://crystalnoel42.wordpress.com/2012/11/10/crystal-engine-party-size-limit/ You can set it to set the max number of actors shown to the size of your active party Share this post Link to post Share on other sites