Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
You will need an integer array, a player var and an integer var.
Event A unit dies
Cond
Action
Pick all players and do actions
Set TempPlayer = picked player
If owner of triggering unit belongs to an enemy of TempPlayer
Then
set TempInt = player number of TempPlayer
set Counter[TempInt] = Counter[TempInt] + 1
If Counter[TempInt] >= 50 then
<set TempPlayer to victory>
I am on a phone so only pseudocode available, hope this helps
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.