K, Taj again, sorry
How can i do a Transfer Player to (xxx)-(xxx), (xxx) in script form?
Try this
$game_temp.player_new_map_id = map id
$game_temp.player_new_x = x coordinate
$game_temp.player_new_y = y coordinate
$game_temp.player_new_direction = facing direction
I haven't try it yet but tell me if it works.
In addition to the above, the interpreter includes:
$game_temp.player_transferring = true
and if you want the screen to fade, add this at the end:
Graphics.freeze
$game_temp.transition_processing = true
$game_temp.transition_name = ""
thanks mate