- Joined
- Sep 6, 2012
- Messages
- 88
Hi guys !
Can you look at this segment of triggers and help me a bit ?
Can you look at this segment of triggers and help me a bit ?
-
Events
- Time - Every 0.01 seconds of game time
- Conditions
- Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (FinishingTouch_TargetGroup is empty) Equal to False
-
Then - Actions
-
Unit Group - Pick every unit in FinishingTouch_TargetGroup and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Picked unit) is in FinishingTouch_HitTargets) Equal to False
-
Then - Actions
- Unit - Add Crow Form to (Picked unit)
- Animation - Change (Picked unit) flying height to 500.00 at 1500.00
- Animation - Change (Picked unit) flying height to 0.00 at 1500.00
- Unit - Remove Crow Form from (Picked unit)
- Unit Group - Add (Picked unit) to FinishingTouch_HitTargets
- Set FinishingTouch_AliveTime = 0
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
-
Unit Group - Pick every unit in FinishingTouch_TargetGroup and do (Actions)
- Else - Actions
-
If - Conditions