I'm looking for a script that teleports the player from one map to another, just like the rpgmaker xp already does, but in a script
I've already tried $game_player.reserve_transfer(map_id, x, y, direction)
i want to know if there is another script that does this or if there is one from the...