Chaining Combo System

How do I…

Create a working Combo System

What is the expected result

when r is pressed it should play the first attack, if no other input is given after that then it goes back to the last animation other then the attack. However if r is then double pressed after the first r press then it plays the second attack

What is the actual result

when r is pressed is plays the first attack like normal but if you double press it skips the first attack and goes straight to the second.

Related screenshots

this is because the way you have it set up, when you double press it is never told to do the first attack again because its set to attack2, make sure to add another event in the chain to do attack1