The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: Ryosis on February 28, 2010, 09:23:49 PM

Title: Small question regarding the use of an event-driven menu system
Post by: Ryosis on February 28, 2010, 09:23:49 PM
As you probably have guessed, I'm in the process of working on a simple, straightforward menu system using primarily events. While the system itself works fine, I currently have no idea as to how to actually use it. Basically, what I need to know is how to rig the system to where the player is transported to the menu map via the press of a key (ESC for our purposes).

I've done several searches on this forum and elsewhere with little to no avail. Please help.

Live long and prosper,
Ryosis
Title: Re: Small question regarding the use of an event-driven menu system
Post by: Zeriab on February 28, 2010, 09:40:51 PM
You can use variables to specify where to teleport the player to in the Transfer Player event command.
You just have to set the variables to current map id, player x and player y before you transfer the player to the menu map.

*hugs*