I want my character do a simple punch.
So I create a key down event
- Code: Select all
Key Down -> w -> ChangeAnimToSimplePunch
My problem is after that he keeps doing that animation until I press another key which would change my animation. What should I do to make the character do the animation once then stop?