Hi,
I'm stuck, I can't get this to work with any number of triggers that I have tried.
Map starts
The area around Start Location 1 is a big box of a region called region one.
I want all the workers created on map start in that region to be killed
How? Should this not work? killgroup is a variable
Unit Group - Add all units in (Any units in Region 001 owned by player Any Player matching Excluded: Missile, Dead, Hidden, with at most Any Amount) to killgroup
Unit Group - Pick each unit in killgroup and do (Actions)
Actions
Unit - Kill (Triggering unit)
Hi, I'm stuck, I can't get this to work with any number of triggers that I have tried.
Map starts The area around Start Location 1 is a big box of a region called region one. I want all the workers created on map start in that region to be killed
How? Should this not work? killgroup is a variable Unit Group - Add all units in (Any units in Region 001 owned by player Any Player matching Excluded: Missile, Dead, Hidden, with at most Any Amount) to killgroup Unit Group - Pick each unit in killgroup and do (Actions) Actions Unit - Kill (Triggering unit)
Thanks
Change (Triggering unit) to (Picked Unit)
OMG I can't believe I missed that !!! :) Thank you so much.
@zealotator: Go
Happens to me all the time ;
The other one that drives me crazy is when I use pick each integer, then use picked player instead of picked integer. x.x