Is it possible to move the camera to a specified x and y event in the map? What i want is something that looks like a 'transfer player' command, but actually leaves the player where they are, having just moved the camera, as if it had just scrolled there, but with a transition effect.
EDIT: Nevermind, got it! $game_player.center(x, y). Thought it was gonna be harder than that...
EDIT: Nevermind, got it! $game_player.center(x, y). Thought it was gonna be harder than that...