How do you distribute gold to different teams? My map has 2 teams, each with a maximum of five players. How do I distribute a set amount of gold to the active players in one team?
For example:
----------------------
3/5 players are active in team A. How do I equally distribute 5000 gold to the 3 players?
2/5 players are active in team B. How do I equally distribute 5000 gold to the 2 players?
----------------------
I was thinking of putting this in the Map Initialization trigger..
Some sort of thing to avoid handicap if the state is 2 versus 1, 4 versus 3, etc..
For example:
----------------------
3/5 players are active in team A. How do I equally distribute 5000 gold to the 3 players?
2/5 players are active in team B. How do I equally distribute 5000 gold to the 2 players?
----------------------
I was thinking of putting this in the Map Initialization trigger..
Some sort of thing to avoid handicap if the state is 2 versus 1, 4 versus 3, etc..