Hi, everyone. I've just started to learn SC2 Editor since the last two days, and so far I made a custom melee map against 4 insane AI's in which I have a hydralisk hero (Hunter Killer). Now how can I make a trigger so that if I lose my Hunter Killer, I lose? Thank you for any help. :)
Hi, everyone. I've just started to learn SC2 Editor since the last two days, and so far I made a custom melee map against 4 insane AI's in which I have a hydralisk hero (Hunter Killer). Now how can I make a trigger so that if I lose my Hunter Killer, I lose? Thank you for any help. :)
Trigger:
Event: Unit dies
Condition: Triggering unit == hunter killer (If it works better for your set up: unit type of unit (triggering unit) == hunter killer)
Action: End game in defeat for triggering player
correctamundo, greenegg.
@grenegg: Go
Thanks for the help. :)