Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
How to set a variable building limit?
for example you just can build one tent but when you upgraded something to lvl 2 then you can create your second tent.
Set it to the initial amount at map init, then change it whenever the appropriate research happens. You can use an integer array to keep track of how many units each player is currently limited to. Just update the variable whenever you change it. You can do things like LimitCount[(Player number of (Triggering Player))] + 1 as well.
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.