Jump to content
Allbireo

Menu - Hide Reserve Party Members

Recommended Posts

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.

Whatitlookslikenow.jpg

 

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.

 

whatiwantittolooklike.jpg

 

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


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
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×