- Joined
- Feb 1, 2024
- Messages
- 44
Hi, I wonder if I set a Unit Group, then set conditions to apply specific actions only on some units of that group, do I have to set the conditions again when I pick every unit in that group once again to remove the actions on picked units in the other trigger or I simply pick and remove the actions?
I will remove leak in the other trigger when the actions and effects completed.
I will remove leak in the other trigger when the actions and effects completed.
-
Set TelekinesisGroup = (Units within 510 of TelekinesisPoint)
-
Unit Group - Pick every unit in TelekinesisGroup and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
And - All (Conditions) are true
-
Conditions
-
((Picked unit) is A structure) Equal to False
-
((Picked unit) is alive) Equal to True
-
((Picked unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True
-
((Picked unit) is invulnerable) Equal to False
-
-
-
-
Then - Actions
-
Unit - Add Storm Crow Form to (Picked unit)
-
Unit - Remove Storm Crow Form from (Picked unit)
-
Animation - Change (Picked unit) flying height to 350.00 at 437.00
-
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at TelekinesisPoint facing (Facing of (Triggering unit)) degrees
-
Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Telekinesis_Stun to (Last created unit)
-
Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Picked unit)
-
-
Else - Actions
-
-
-
-