Still in crouch phase after standing up

How can I make my character in the uncrouched phase after pressing IA_Jump action when crouched? The character stands up but the Uncrouched Print String doesnt show meaning its still in the crouched phase even it stood up.

So to crouch I have to press crouch button two times after standing up. I want to press it once after standing up. The problem is after standing up the uncrouch phase doesnt register somehow.

Hello there :slight_smile: Your entire issue lies in the FlipFlop node, which stores the pressed state in one of its positions. Because of that, you have to press the button twice, even if the character already stood up before. It’s better to use a branch (if) and a custom event instead.
Something like that: