Hello!

I'm using a real time battle system with legacy animations, and I'm unsure how to get my characters to stop being able to be moved/stop running while the damage animation plays. This also goes for base attacks and skills. For base attacks I know I can add a wait to them but I still am able to run while the animation plays.

Any idea on how I can stop character/player movement during damage animations? Thank you!
  • This would have to be handled in battle events - after the Calculate node check if the target is the player and block the controls for a short time.

    A different option would be adding a status effect with Stop Movement enabled (and you're either using one of the built-in player controls or your custom control also checks for that).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.