The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: ramsesrules on August 29, 2007, 06:34:50 PM

Title: memorize location script
Post by: ramsesrules on August 29, 2007, 06:34:50 PM
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.
Title: Re: memorize location script
Post by: shaz on August 29, 2007, 09:28:03 PM
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.