Main Menu

Small question regarding the use of an event-driven menu system

Started by Ryosis, February 28, 2010, 09:23:49 PM

0 Members and 1 Guest are viewing this topic.

Ryosis

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
Eddard Stark art by Teiiku

Zeriab

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*