here is the file:
docs.google.com/file/d/0B6qLt5qHXjNJd1VHdW9lV0lacEE/edit
when i go to make a combo with variables it will always go off the first wait timer even if i change the variable completely please help.
i need a way to override all other animation, events and variables.
thankyou :).
Develop games in your browser. Powerful, performant & highly capable.
You don't want to use Wait, as there is no way to cancel it. You need to use your own timer, in combination with your combo/state variable so you can reset the timer on the second combo. There are plenty of threads that discuss timers.