#how to make a combo system
1 messages · Page 1 of 1 (latest)
basically
when you kill and enmy
combo goes up or if there is no combo currently
it makes a mew combo
Create a new number global variable
add a new button in your Ui
after pressed script:
If Combo = 0 then
[...]
else If Combo = 1 then
[...]
else If Combo = 2 then
[...]
Set Combo = 0
Ah
is anyone gonna help