- Joined
- Jul 28, 2016
- Messages
- 5
- Reaction score
- 0
- First Language
- spanish, europe
- Primarily Uses
Hello!
I am creating a project with several actors, and the player may choose what he wants when he go to the tavern npc.
I'm using the Yanfly plugin PartySystem, and going very well. But if you chooses 3 actors I don't want that the fourth reserve party member appears in semi-transparent, I want that disappears completly from the menu.
I want that reserve actors dont appear anywhere (only in the tavern npc menu).
I found this post 2016: https://forums.rpgmakerweb.com/index.php?threads/hiding-reserve-party-members.69479/
I have used the code given by Shanz, but dont works for me.
I need help please.
PD: console.log($gameParty.maxBattleMembers());

I am creating a project with several actors, and the player may choose what he wants when he go to the tavern npc.
I'm using the Yanfly plugin PartySystem, and going very well. But if you chooses 3 actors I don't want that the fourth reserve party member appears in semi-transparent, I want that disappears completly from the menu.
I want that reserve actors dont appear anywhere (only in the tavern npc menu).
I found this post 2016: https://forums.rpgmakerweb.com/index.php?threads/hiding-reserve-party-members.69479/
I have used the code given by Shanz, but dont works for me.
I need help please.
PD: console.log($gameParty.maxBattleMembers());


