- Joined
- Jun 10, 2019
- Messages
- 4
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Hi,
I was wondering if there was a script call or way to retrieve the value of an individual party member's battle position. I know you can return info about the whole battle party using $gameParty.battleMembers(), but basically I'm trying to get the current actors position within the battle party (1st, 2nd, 3rd or 4th) and store that value in a variable to then call a switch - so I can make different things occur depending on which battle member is identified.
I was wondering if there was a script call or way to retrieve the value of an individual party member's battle position. I know you can return info about the whole battle party using $gameParty.battleMembers(), but basically I'm trying to get the current actors position within the battle party (1st, 2nd, 3rd or 4th) and store that value in a variable to then call a switch - so I can make different things occur depending on which battle member is identified.

