Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Actor Condition without Checking Reserve Actors

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?
 
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
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?
 
I think there is, but then there's the issue of having to set up a condition to check every party slot. Essentially, I need a way to check slots 1-4 all at once.
 
Top