- Joined
- Oct 21, 2018
- Messages
- 121
- Reaction score
- 46
- First Language
- English
- Primarily Uses
- RMMV
Hello. I want the current event to trigger animation #5 in another event (whose ID # is set as the value of Variable #25), so I have:
But how do I make it wait? As in finish playing the animation before executing the next line. In the "official" script call list I see that there's:
But that doesn't do anything. I assume I'm supposed to replace 'animation' with something? I've tried everything I can think of, but nothing seems to have any effect. Could someone please straighten me out on this? Thanks!
Code:
$gameMap.event($gameVariables.value(25)).requestAnimation(5);
Code:
this.setWaitMode('animation');
