$game_temp.common_event_id = 1
$scene = Scene_Map.new
tibuda;214906 said:Just remember the event only is going to be parsed when you are in the map, so if you call this code in a menu, the event will only happen when you close it. You can close the menu by using the code:Code:$game_temp.common_event_id = 1
Code:$scene = Scene_Map.new