RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[resolved] Transfer Player

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 83
K, Taj again, sorry

How can i do a Transfer Player to (xxx)-(xxx), (xxx) in script form?
« Last Edit: October 02, 2009, 04:15:11 PM by Taji »

**
Rep:
Level 83
Detective Scrotes
Try this
Code: [Select]
$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.

*
Rep:
Level 87
In addition to the above, the interpreter includes:
Code: [Select]
$game_temp.player_transferring = true

and if you want the screen to fade, add this at the end:
Code: [Select]
Graphics.freeze
$game_temp.transition_processing = true
$game_temp.transition_name = ""
Always remember you're unique.
Just like everybody else.

**
Rep: +0/-0Level 83
thanks mate