Page 1 of 1

How can I make a trigger where if a certain unit dies, the game ends? ANSWERED

Posted: Tue Jul 02, 2019 10:56 pm
by FireEnigma
do not know if this was ever asked, but I do not think so. I'm doing a map with triggers, but I do not know how to do that one specifically. can anybody help me?

Re: How can I make a trigger where if a certain unit dies, the game ends?

Posted: Wed Jul 03, 2019 4:35 am
by godOfKings
First give
Cond:object destroyed

Select which unit needs to die

Then give
EFF: declare victory

Select which player wins (usually 2 for ai and 1 for u, but u can change which players in map setup )

Re: How can I make a trigger where if a certain unit dies, the game ends?

Posted: Wed Jul 03, 2019 9:23 am
by FireEnigma
Thank you, friend. I'd been looking for this for a while, but I had not found.