Hello everyone!
I'm using a great GALV (Move Route Extras) plugin, but I've noticed some possibilities that can be added (because I'm really needing a lot for my project).
I wonder if there is a possibility that when an event is in the ID of Region 4, it is moved to the Right or to the Left or Up or Down as many times as necessary.
Like the random-move script command below:
this.step_rand (id, id, id);
Examples of how scripts can be:
this.step_left (id, id, id, x);
this.step_right (id, id, id, x);
this.step_up (id, id, id, x);
this.step_down (id, id, id, x);
x = The "x" can refer to the number of times the event will move in that direction.
id = The "id" refer to REGION ID.
I talked to Galv through a page from a social network, and he told me he did not have enough time to add these functions as they are busy with work.
So I talked to him about the possibility of requesting an Addon for the plugin in some forum, and he told me that I can.
Could someone please please create an Addon from the Galv plugin and add these functions because I really need the addition of these commands because this would make my project more fluid and I would not need to use many and many variables in my project.