How would I go about teleporting a player without pulling him into the game.
Heres what i am forced to use. It doesn't work because the first screen is to choose a character, and it is autorun. So anyone have another one?
I use the def transfer script.
Heres what i am forced to use. It doesn't work because the first screen is to choose a character, and it is autorun. So anyone have another one?
I use the def transfer script.
$Game_Temp = Game_Temp.new
$game_temp.player_transferring = true
$game_temp.player_new_map_id = 4
$game_temp.player_new_x = 9
$game_temp.player_new_y = 13
$game_temp.player_new_direction = 8
$game_temp.player_transferring = true
$game_temp.player_new_map_id = 4
$game_temp.player_new_x = 9
$game_temp.player_new_y = 13
$game_temp.player_new_direction = 8