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?
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
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.
Because you set it to Autorun - Set it to Parallel Process instead.
Whoops, still need to get used to these settings. Thanks for the help.