Switching abilities with delay

Mim

New member
Hi.

I have a custom ability - "kneeling". Movement is disabled. Automatically, when the ability is stopped, my character can move again, but the animation of standing up isn't finished yet, so the character is sliding for a little time. How to delay the time when the movement ability is started?
 
Last edited:
You'll want to add the delay to your actual ability - take a look at the ride ability for an example of the ability waiting to stop until a condition is met (WillTryStopAbility/CanStopAbility will prevent the ability from stopping until it is ready to stop)
 
Top