- Joined
- Jan 9, 2005
- Messages
- 2,127
So I have this trigger
I've encountered something similar before when try to damage units in a unit group (Using Damage Target to damage picked unit). Any idea how I can fix this?
-
Taskmaster Smart
-
Events
-
Unit - A unit Is issued an order targeting an object
-
-
Conditions
-
((Triggering unit) is in Boss_group) Equal to True
-
-
Actions
-
Set ID = (Custom value of (Triggering unit))
-
Unit Group - Pick every unit in Minion_group[ID] and do (Actions)
-
Loop - Actions
-
Unit - Order (Picked unit) to Right-Click (Target unit of issued order)
-
Special Effect - Create a special effect attached to the origin of (Picked unit) using Abilities\Weapons\SpiritOfVengeanceMissile\SpiritOfVengeanceMissile.mdl
-
Special Effect - Destroy (Last created special effect)
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
-
I've encountered something similar before when try to damage units in a unit group (Using Damage Target to damage picked unit). Any idea how I can fix this?