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!
I need help creating a trigger that is supposed to give you gold when a meat wagon enters a region the more bodies you have the more gold. but i cant find any way to do the bodie count. Help!
Hmm I don't think, that there's a trigger, which selects the corspes within a Meatwagon..
So you need to store them in a variable, or use some other values to work with this, like the level of the unit.. and then simply ad the value to current gold
more meatwagons = need of variables increase, right?
so sum them up into an array..
Corpsecount[ ] with arra of lets say 1000
then just use it like normal..
set Corspecount[1] = 2
and so on.. maybe you set some "Meatwagon[ ]" variable with same amount (1000)
and connect them, if meatwagon[1] changes his corspe amount then change Corspecount[1] simultanious..
(besides of that, I guess this needs a bit more thinking to make it work well.. so think about it and try something.. When I got a better idea I'll tell you)
Actually there should be a trigger ... to check loaded units ... try with that because when you load a corpse into a meat wagon its the same thing as loading units into a zeppelin
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.