#How to make multiple animation like:

1 messages · Page 1 of 1 (latest)

tribal saddle
#

When my zombie controller go to attack transition it will play random animation like attack1, attack2,attack3

fierce jungle
#

Use this as the query variable.attack_time > 0 && math.random_integer(1, 3) == 1

tribal saddle
#

Thanks