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.
Some Help.

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 83
I need some help with this code, I want to teleport a character to a different location, and change his sprite, without anyone actually seeing the sprite change, I just want him to teleport and a new sprite is there.

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Well, I haven't used 2k or 2k3 for a very long time, but I believe there is a fade screen effect. You could, for instance, fade the screen to black, change the character graphic, teleport, and then fade the screen back in.

***
Rep:
Level 83
Flashing the screen works, but I when I teleport the event doesn't work, even when its set to auto start, it only works if the party starting position is in that location.

**
Rep: +0/-0Level 82
Which part isn't working? the fade out/in, or the actual sprite change?

does your script look something like the following:

<>Hide Screen: Fade Out
<>Teleport
<>Change Sprite
<>Show Screen: Fade In

In RM2K3 there is a pre-scripted teleport option when you right click on the map; if you're using 2k3 then all you should need to do is add the change sprite command in between..

***
Rep:
Level 83
Both of them are working fine, but I can't find a hide screen, I'm flashing the screen instead.

**
Rep: +0/-0Level 82
That's odd... the hide screen command should be on page two of either makers event commands option list... depending on which maker you use (2K or 2K3 the verbage may differ)

**
Rep:
Level 85
On some version it's "Erase Screen".
Cherry = CherryDT | www.cherrytree.at

***
Rep:
Level 83
Found it, thanks guy, it was hide screen, thanks anyway Cherry.