Ok, I have an animation that plays normally when i only use:
stateTransitionOnTimeout[7] = "Reload";But then as soon as I add:
stateTransitionOnTriggerdown[7] = "Reload2";The animation wont play, so I have:
stateTransitionOnTimeout[7] = "Reload";
stateTransitionOnTriggerdown[7] = "Reload2";Any ideas why animations wont play when i have 2 ways to change states?