- Joined
- Nov 28, 2017
- Messages
- 125
- Reaction score
- 20
- First Language
- English
- Primarily Uses
- RMMV
Hey!
I need a plugin that is able to swap formation of battlers only,
this works:
$gameParty.swapOrder($gameActors.actor(1).index(), $gameActors.actor(3).index())
However this has the side effect of making the sprite you walk around as, also that character.
I need formation to only swap the actors in battle, not when in overworld.
I need a plugin that is able to swap formation of battlers only,
this works:
$gameParty.swapOrder($gameActors.actor(1).index(), $gameActors.actor(3).index())
However this has the side effect of making the sprite you walk around as, also that character.
I need formation to only swap the actors in battle, not when in overworld.