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!
variable totalGold = gold property of leaving player
variable remainingPlayers = total number of remaining players
variable goldShare = totalGold divided by remainingPlayers rounded up to the nearest integer
for each remaining player do
add goldShare to remaining players gold
Thats the pseudo code to use, try and figure out some triggers to work around it. If you can't get it working, post the code you've written so far.
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.