Can someone help me with a trigger and how to set it upp ? the thing i want is that when opponent kills base ( Nexus ) the player dies and have to leave the game. And when all bases are destroyed the player who is left have won.
Basically you will need an event for it dieing : Unit any unit Dies.
Then a condition to see if it is the Nexus so : TRiggering Unit == NExus
IF you cannort find the condition the add the NExus to a unit group at the start of the game and do Unit in unit group owned by player triggering player)
Then you need an action to kill the units owned by the polayer I assume. SO pick each unit with region entire map owned by player triggering player and do actions : Kill picked unit.\
then another Action to make them leave the game : ENd Game in defeat for Player Triggering player
Can someone help me with a trigger and how to set it upp ? the thing i want is that when opponent kills base ( Nexus ) the player dies and have to leave the game. And when all bases are destroyed the player who is left have won.
Thanks in advance :)
Hello and welcome to the mapster community!
Basically you will need an event for it dieing : Unit any unit Dies.
Then a condition to see if it is the Nexus so : TRiggering Unit == NExus
IF you cannort find the condition the add the NExus to a unit group at the start of the game and do Unit in unit group owned by player triggering player)
Then you need an action to kill the units owned by the polayer I assume. SO pick each unit with region entire map owned by player triggering player and do actions : Kill picked unit.\
then another Action to make them leave the game : ENd Game in defeat for Player Triggering player
crazy
thank you so much, that helped me a lot :D