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] Showing Balloon Icons During Event Move

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 85
I need a little help with this if no one minds.

I'm using a custom move route for an event (NPC), and I want that NPC to use a balloon icon (emote) in the middle on their move route. Is there a script call that I can use to do that?
« Last Edit: October 11, 2008, 11:01:25 PM by Rukaroa »

*
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
There is, but I am confused as to why you can't just split the move route in two, like:

First Half of Move Route
Wait Until Move's completion
Show Balloon
Second Half of Move Route

**
Rep:
Level 85
Basically what I'm trying to do is for an NPC to have an autonomous movement while you roam around. I'm not exactly sure what I'm doing wrong, but when I set that NPC to autorun which executes its move route, I can't move.

*
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
Because you set it to Autorun - Set it to Parallel Process instead.

**
Rep:
Level 85
Whoops, still need to get used to these settings. Thanks for the help.