| 08-01-2004, 06:36 PM | #1 |
I Need help so i can make all the players start with 10000 gold and 250 lumber i dotn know if this is a trigger or a advanced thingi also need help with shade selection i just need the trigger code thannk you very much in advance. |
| 08-01-2004, 06:43 PM | #2 |
this is how i would do it, there are other ways but this is the one i like Code:
Resources Events Map initialization Conditions Actions For each (Integer A) from 1 to (Number of players), do (Actions) Loop - Actions Player - Set (Player((Integer A))) Current gold to 10000 Player - Set (Player((Integer A))) Current lumber to 250 |
| 08-01-2004, 06:55 PM | #3 |
thx man so i only use action and loop? :8 |
| 08-01-2004, 07:51 PM | #4 |
Ya that will do it, just have that trigger in you map, you could of course do it for each individual player in the map, that way you could do different amouns for each person |
| 08-02-2004, 02:20 AM | #5 | |
Quote:
|
