- Joined
- Jan 26, 2008
- Messages
- 118
Okay what I really need is a trigger which can kill all my selected workers when one of them cast the spell *suicide*. But the problem is when I'm trying it, it kills all of my selected unit not just my workers
this is so far the best solution i have found
*kill all selected workers (and only workers) when one of them cast suicide spell*?
this is so far the best solution i have found
-
suicide
-
Events
- Unit - A unit owned by Player 1 (Red) Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Suicide (Neutral Hostile)
-
Actions
- Wait 1.00 seconds
- Unit Group - Pick every unit in (Units owned by (Owner of (Triggering unit)) of type Worker) and do (Unit - Explode (Picked unit))
-
Events
*kill all selected workers (and only workers) when one of them cast suicide spell*?