This is desperatley needed for my game.
In rm2k3, you can memorize the player position, and then teleport back to the position later. I need this script very much for my game. Any help is appreciated. The option isn't included in RMXP.
this can easily be done with variables.
make a variable, set it to coordinate x on the map, make another one, set it to coordinate y, make a last one with the mapid on it. then you do teleport and choose the variables
Or just set it to teleport to wherever you want to teleport to.
^^
that too... but thats the easy way :]