- Joined
- Nov 4, 2006
- Messages
- 153
So I'm trying to make a Druid of the Claw unit do a specific animation...but it doesn't play the correct one sometimes (WC3 glitch?).
Anyways, it's like this:
Anyways, it's like this:
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
StrongArm_motion[i] Equal to 3
-
-
Then - Actions
-
Animation - Play StrongArm_caster[i]'s Attack animation
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
StrongArm_motion[i] Equal to 2
-
-
Then - Actions
-
Animation - Play StrongArm_caster[i]'s Attack - 2 animation
-
-
Else - Actions
-
Animation - Play StrongArm_caster[i]'s Spell animation
-
-
-
-