• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Resource Split when player leaves?

Status
Not open for further replies.
Level 3
Joined
Jan 18, 2012
Messages
26
Hey im stuck in here.. any ideas on how to make:
When player leaves all his gold is spreaded to his allies`?
 
Level 11
Joined
Mar 31, 2009
Messages
732
Event - player leaves the game

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.


Edit: Take a look at how this guy did it/
 
Status
Not open for further replies.
Top