- Joined
- Feb 13, 2023
- Messages
- 28
- Reaction score
- 13
- First Language
- english
- Primarily Uses
- RMMV
Trying to make an image appear over each actor to indicate their turn using '$gameParty.battleMembers()[x].isInputting()'
However, if there is less than 4 party members present then it returns an error as it does not let me set up that condition for non existent party members.
How do i write a condition that will check if there is a party member active before checking if they're inputting?
However, if there is less than 4 party members present then it returns an error as it does not let me set up that condition for non existent party members.
How do i write a condition that will check if there is a party member active before checking if they're inputting?