- Joined
- Feb 9, 2016
- Messages
- 55
- Reaction score
- 7
- First Language
- English
- Primarily Uses
I am using Yanfly's RowFormation plugin.on the player side I have went and made all attacks have appropriate <Row Only> flags. So, I have the player side working. The problem is the monster side. I want to make it so that a monsters melee attack can only target a player in row 1, a reach attack can target row 1-2, a ranged attack can hit 1-3.
i think that I will have to use
battler.row()
to find a battlers row, but there's also
$gameParty.rowMembers(1)
to return all members in row 1.
How can I properly use one of those tags to make an enemy only attack party members in certain rows?
i think that I will have to use
battler.row()
to find a battlers row, but there's also
$gameParty.rowMembers(1)
to return all members in row 1.
How can I properly use one of those tags to make an enemy only attack party members in certain rows?
