- Joined
- Jul 25, 2011
- Messages
- 1,065
Hello. I'm making a map and I want my units to play their "stand work gold" animation while they are harvesting Lumber. Any ideas?
-
Worker Anim
-
Events
- Time - Every 1.00 seconds of game time
- Conditions
-
Actions
-
Unit Group - Pick every unit in Worker and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Picked unit) has buff Endurance Aura) Equal to True
-
Then - Actions
- Animation - Play (Picked unit)'s stand work gold animation, using only Common animations
-
Else - Actions
- Animation - Play (Picked unit)'s walk gold animation, using only Common animations
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
-
Unit Group - Pick every unit in Worker and do (Actions)
-
Events