Author Topic: Animations and States  (Read 584 times)

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

Try adding a new state for the second animation.
Scratch that, I fail at reading

EDIT: Is it possible it's not a fan of numbers?
« Last Edit: November 08, 2009, 02:27:58 AM by Destiny/Zack0Wack0 »

Worked it out, it wasn't that at all, it was just me being an idiot. Locking.