Key events firing at the same time

The script itself is working fine, when I press ‘F’, the animations begins and ends and now I’d like to press ‘F’ a second time to reverse it. However in the setup I’ve used, they both fire at the same time. Is there a way to define a first and second event?

What does your BP look like? You probably need a MultiGate node after F input but i’m not sure without knowing how you set thins up.

If play and reverse are the only things the F key is going to do then create a FlipFlop node, plug F Pressed to it and A of the flipflop to Play and B to Reverse.

Brilliant, it’s working, cheers man