Posted February 26, 2025 by utunnels
The option is off by default for Scene_Battle, when turned on the map scene will act as a battlefield, the plugin will try to find events with a note tag <actor> or <enemy> and change the battlers' positions to match the events' positions.
For example, the first actor will be attached to the event with note tag <actor:1>, and so on.
This is one-time operation for now, even if you move the events during the battle the battlers won't move again. So you need to change that before the battle starts. The events don't have to be visible, you can check their self switch condition, so they become invisible by default.
If no event with those note tags is found, the battlers will not change positions, but they will still move into the map scene.