I have been able to get all my animations to work, except for one, the Moving + Attacking Animation. I know its not a problem with the animation itself - it works fine in other animation states - but it has to be the code. I've tried tweaking things, but it doesn't want to play it. Is this code right?
Code:
AnimationState = MOVING FIRING_OR_PREATTACK_A
ShareAnimation = Yes
Animation = RunAndFire
AnimationName = EUGilgalad_SKL.EUGilgalad_ATRA
AnimationMode = LOOP
End
Flags = RANDOMSTART
End
Do I have to use FIRING_OR_PREATTACK_A for the attacking animation, because ATTACKING works fine but it doesn't seem to matter since when I tried both the moving + attacking anim still didn't work.