hi, i really need a memorize locatino script for RMXP, it was a feature that used to be in rm2k3, but was removed so i cant make my game properly. i really need this for my zelda gmae i am making, i have everything, except for i cms, which i plan to make by using maps.
You can do it using events and variables. To memorize,
Control Variables (pick a variable for map) = Other[Map ID]
Control Variables (pick a variable for X-coord) = Character[This Event]: Map X
Control Variables (pick a variable for Y-coord) = Character[This Event]: Map Y
To return,
Transfer Player (Appoint with Variables) ..... use the variables you specified above.