- Joined
- Sep 2, 2018
- Messages
- 43
- Reaction score
- 3
- First Language
- English
- Primarily Uses
- N/A
For starters, I am using the Yanfly Row Formation Plugin for my actors, and I have 3 of them in a party.
I wish to have one of the characters use a skill that gives every alive party member that is in row 1 a specific state.
I tried to experiment with certain script calls and common events, such as this
$gameParty.rowAliveMembers(1).addState(3)
And I know that the plugin identifies that there are actors in the front row, but the game identifies them as [object, Object] rather than the actors name.
So I know the plugin identifies that someone is in the first row, but it cant seem to specify who.
Would someone be able to help me out with this, feel free to ask any more questions.
I wish to have one of the characters use a skill that gives every alive party member that is in row 1 a specific state.
I tried to experiment with certain script calls and common events, such as this
$gameParty.rowAliveMembers(1).addState(3)
And I know that the plugin identifies that there are actors in the front row, but the game identifies them as [object, Object] rather than the actors name.
So I know the plugin identifies that someone is in the first row, but it cant seem to specify who.
Would someone be able to help me out with this, feel free to ask any more questions.