Posted March 20, 2025 by Waffle
Change menu to permit a selection of export formats.
Full Text - actual pixel position of nodes
Grid Text - Calculated Grid Position (based on tilesize)
RPG Text - Same as Grid Text
but added RPG Maker Script commands (as text)
RPG Script - Same as RPG Text
but exported in RPG Maker MV/MZ format (not as text)
The RPG Script I use is actually JS (code 45 in RPG Maker)...
So, instead of move down ... it will be
this._y=34;
I prefer this method so I do not need to say
move down move down move down .... and wonder where the event went...
this way, I have the destination and can see what is happening.
You will still need to add the
Turn commands as needed
stepping on/off as needed ...