| 11-25-2006, 06:09 PM | #1 |
When a player leaves the game, what can you do to give all their property to all their allies? |
| 11-25-2006, 07:04 PM | #2 |
Add all players playing and not equal to computer into a player group, then pick all unit owned by the leaver and change the ownership to a random player in the player group. To share ressources, set an integer = the amount of gold/wood, then set it to integer / players in the player group and then give every player in the player group the amount of ressources (integer). |
