I have several events that use mostly the same commands, so I'm trying to simplify them into a script.
At the moment the events check the direction the player is facing, then change the event graphic. Its using a move route to set the graphic, how would I go about converting this to a script.
I know I can use "e.character_name = " to set the graphic, but it only picks the top left, where as I wan't to go top left, wait 3 frames, top 2nd, wait 3, top 3rd, wait, top right, wait, do the same the next 3 rows
The graphic file name is stored in a variable.
Using essentials 19.1
Example of event is attached
At the moment the events check the direction the player is facing, then change the event graphic. Its using a move route to set the graphic, how would I go about converting this to a script.
I know I can use "e.character_name = " to set the graphic, but it only picks the top left, where as I wan't to go top left, wait 3 frames, top 2nd, wait 3, top 3rd, wait, top right, wait, do the same the next 3 rows
The graphic file name is stored in a variable.
Using essentials 19.1
Example of event is attached