This is a project that you can use if you want to make combo moves in a game. Right now, I have it so that x triggers function 1, and z triggers function 2. If you hold z, then hold x, they will fire functions 1 and 2. BUT if you hold x and then z, it will trigger the combo. As a little bonus I made it so that if you release x or z, it cancels the combo, but if you press space while holding x and z, the cat says "Combo completed!!" -->Fixed the bug :) It was super easy, I guess I was just tired last night lol
You are welcome to use this, and I tried to make the script(s) as easily modifiable as possible. Basically, you can just change the keys to the keys you need to trigger the combo, and the variables can be linked to whatever you need, and of course the broadcast script for the completion can be re-routed as well. This project might be exactly what some of you need, but it was more meant to be a concept. The script might end up vastly different for your needs!