- Joined
- Feb 18, 2014
- Messages
- 3,623
Hey, how can I remove a special effects from a group of units? I tried to do this but it doesn't work :
-
Trigger
-
Events
-
Conditions
-
Actions
-
Unit Group - Pick every unit in (Units in (Playable map area) owned by Player 1 (Red)) and do (Actions)
-
Loop - Actions
-
Special Effect - Create a special effect attached to the overhead of (Picked unit) using Abilities\Spells\Other\TalkToMe\TalkToMe.mdl
-
Set SpecialEffect = (Last created special effect)
-
Wait 3.00 seconds
-
Special Effect - Destroy SpecialEffect
-
-
-
-