Preventing jump ability while crouched

avalonsutra

New member
Hi, I have a crouch ability (height change) and want to prevent the jump ability while the character is crouched. What would be a good approach of achieving this?
 
You can use the state system for this. Create a new preset that gets activated when crouching and disable the jump ability.
 
It was already late last night when I tried states but did not think far enough to remember that they can be used to disable an ability. I will try this, thank you!
 
Top