- Joined
- Sep 11, 2017
- Messages
- 160
- Reaction score
- 18
- First Language
- Australian
- Primarily Uses
- RMMV
Hey. Is there a way for condition event to check multiple actors. For example, IF actors with ID 50,51,52,53 have skill "X"?
Converting actor ID to variables is not a good solution as I'll need to keep creating variables as I add actors which is messy.
Is there a script line like Actors.ID(50,51,52,53,54) which would work with "Actors.ID(50,51,52,53,54) any of them have skill "X" == true?".
Converting actor ID to variables is not a good solution as I'll need to keep creating variables as I add actors which is messy.
Is there a script line like Actors.ID(50,51,52,53,54) which would work with "Actors.ID(50,51,52,53,54) any of them have skill "X" == true?".
