Main Menu
  • Welcome to The RPG Maker Resource Kit.

RPG VX ACE - Menu option takes you to a map

Started by &&&&&&&&&&&&&, February 07, 2015, 08:15:35 PM

0 Members and 1 Guest are viewing this topic.

&&&&&&&&&&&&&

If this already exists then could you point me in the right direction?

If it doesn't, all I'm looking for is a menu option that takes you to a certain map, and within that map pressing "x" takes you back to the menu and places the player back where they were when they first opened the menu.

Player is in forest map
Opens menu and chooses "Skills"
Player is placed in Skill Level Up map
Player finishes leveling skill and hits X
They are returned to forest map with menu open
&&&&&&&&&&&&&&&&

Zexion

I assume you know where to put this :
$game_temp.fade_type = fade
$game_player.reserve_transfer(map_id, x, y, direction)


# Fade/Fade Style =  [0; Default, Black], [1] White, [2] None
# For direction: [0; Default, Retain], [2] Down, [4] Left, [8] Up, [6] Right


Copied from rpgmakerweb

&&&&&&&&&&&&&

Yes. :)

It's annoying they removed them the event menu. Did they have it in XP, or was that only in 2k and 2k3?
Whatever.

Thank you.
&&&&&&&&&&&&&&&&