Help Making Quick Time Event

I need help making a quick time event. I have a system that recogizes the time limit and the correct button input but it does not recognize an incorrect button input. I would like it so that it recoginzes one of the four options as correct and the other three as incorrect.

Here is the tutorial i used https://www.youtube.com/watch?v=p9CpYDfo3IE&list=PLCMuclK_sk_JSEhMOQmv3SejdOgjkxBCV&index=31

Here is my work so far QTE Help - Album on Imgur

Thank you for your help

Hey @emperorrobert how are you?

If I understand it well, what you want to do is to send a “fail” event when the player presses the wrong key, right?

In that case, the only thing you need to do is to send all the “false” pins from your “InputAction” to a Call Finished QTE node with the “Success” boolean set in false and then to the “Close” pin of your Gate noe. Here is an image:

Hope this helps you!

1 Like

hey, doing well, and thank you it works great now.

1 Like