help with combo attacks.

Hi @Ellessarr

Here an example of a combo system with timer and hit, with 1 button.
I am using a simple integer and making all attack set the same timer,
But you can make an array of float and grab a different time for every attack , taking the Timer-Array get “Atk_number”.

Input Attack will call the event ComboCheck, then he will call the Attack N 0,1,2,3,4

You can always start the first attack
then a timer is set , if you are too slow, the next will be another first attack,
If you hit in time , and the previous attack was a hit,
you will continue the combo.
Otherwise back to first attack (with attack combo number 0)

2 Likes