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!
Hi i was wondering how can i make and income system. Like you get 10 gold and 5 lumber evry one minute or so for evry house that you have. That would be very helpfull to my map so if you know how to do it leave a coment pls
For each (Integer A) from 1 to 12, do (Actions) // Set the 12 to the number of players you have
Loop - Actions
Set Temp_Group_1 = (Units in (Playable map area) matching ((((Matching unit) is A structure) Equal to True) and ((((Matching unit) is alive) Equal to True) and ((Owner of (Matching unit)) Equal to (Player((Integer A)))))))
Player - Add (10 x (Number of units in Temp_Group_1)) to (Player((Integer A))) Current gold
Player - Add (5 x (Number of units in Temp_Group_1)) to (Player((Integer A))) Current lumber
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.