AdventureDrake
Villager
- Xy$
- 0.00
In RPG Maker MV, I'm attempting to make a system where you need certain actors in your active parting to get certain events, dialogue, and so on. The issue is that when an actor joins the party, they are essentially always in the party, even when in reserve. The actor condition can't specifically check active party members. What I want is for only the 4 active party members to be checked when performing the actor check. I don't want to have to remove actors from the party if possible. Is there any script or plugin available that I can use to do this?