#How do i make it play the next m1 animation

1 messages · Page 1 of 1 (latest)

broken acorn
#

i want it to play the next m1 animations in order to 3, and then reset to 1 again after the m1 cooldown

copper summit
#

is each click its own animation?

#

if they are, then you can just load CombatM1s[ComboCount+1]
as your animation and play it.

broken acorn
#

ok imma try it

#

didnt work

copper summit
#

what ended up happening?

broken acorn
#

got this error

copper summit
#

make sure ComboCount+1 is all inside the square brackets

#

it sounds like you did CombatM1s [ComboCount] + 1

broken acorn
#

this is what i put

#

and its the same error

copper summit
#

inside the square brackets you need ComboCount, not CombatM1s.