RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

memorize location script

Started by ramsesrules, August 29, 2007, 06:34:50 PM

0 Members and 1 Guest are viewing this topic.

ramsesrules

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.
siggys are pointless

shaz

#1
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.

Always remember you're unique.
Just like everybody else.