Main Menu
  • Welcome to The RPG Maker Resource Kit.

[RESOLVED] Showing Balloon Icons During Event Move

Started by Rukaroa, October 11, 2008, 10:06:40 PM

0 Members and 1 Guest are viewing this topic.

Rukaroa

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?

modern algebra

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

Rukaroa

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.

modern algebra

Because you set it to Autorun - Set it to Parallel Process instead.

Rukaroa

Whoops, still need to get used to these settings. Thanks for the help.