Skip to content
#2114
Auto-translated
RedHeavenHero
The pause is probably too long. 1000 is 200 seconds.
To play the animation sequentially, you need to write the commands to play the animation in the required sequence, separating them with pauses if necessary.
The problem is that the pause doesn't seem to be working; with a value of 1000, there's no pause at all. There might be an error in the script itself. Here's the code:
PlayObjectAnimation('03', 'attack00', IDLE)
sleep(50)