Derek Chow
Villager
- Xy$
- 0.00
Hello forum people,
It feels that when a action sequence plays it seems to skip a part of the animation on the first cast. Then I try the same move again and it plays perfectly with no error. Is this a bug or am I doing something wrong? Or is it a buffering of animation issue?
Heres the notetags and the pictures , animation 127 is just a regular slash animation that is rotated to slash upward.
The problem is frame 1-3 seems to be skipped or fast-forwarded when i use the move for the first time

It feels that when a action sequence plays it seems to skip a part of the animation on the first cast. Then I try the same move again and it plays perfectly with no error. Is this a bug or am I doing something wrong? Or is it a buffering of animation issue?
Heres the notetags and the pictures , animation 127 is just a regular slash animation that is rotated to slash upward.
The problem is frame 1-3 seems to be skipped or fast-forwarded when i use the move for the first time
Code:
<setup action>
display action
immortal: targets, true
</setup action>
<target action>
move user: targets, front, 20
wait for movement
attack animation: user
animation 127: target
action effect
jump target: 200, 120
wait: 10
jump user: 200, 120
attack animation: user
action animation: target
action effect
action effect
wait for animation
wait: 60
</target action>

