QUOTE(StealthyDeath @ Dec 5 2004, 09:46 AM)
Did you mean instant upgrades? Or did you mean where you can buy a level upgrades for all races?
If you're asking for the latter question it was done in 27 trigger. Basically what you want is when player you buy something, you increase custom score by 1. If custom score is exactly 1 it increases gas by 1 and preserve it.
[right][snapback]106790[/snapback][/right]
I am wondering steathy, what happens after you have used 3 men at the location? I know the answer; I asked that question because other people might not think to ask that question. So, I think the triggers below will be better: (Note: I haven't played obrit defence so I can only guess at what to do, although I would like to play it.)
| Trigger |
| Conditions: |
| ¤ Current player brings 1 unit to location(buy gas). |
| Actions: |
¤ Move unit at location(buy gas) to location (move back).
|
¤ Modify score for Current player: Add 1 custom.
|
| ¤ Preserve Trigger. |
| Trigger |
| Conditions: |
| ¤ Current player custom score is exactly 1. |
| Actions: |
¤ Modify resources for Current player: Set to 1 gas.
|
¤ Modify score for Current player: Subtract 1 custom.
|
| ¤ Preserve Trigger. |
| Trigger |
| Conditions: |
| ¤ Current player custom score is exactly 2. |
| Actions: |
¤ Modify resources for Current player: Set to 2 gas.
|
¤ Modify score for Current player: Subtract 2 custom.
|
| ¤ Preserve Trigger. |
| Trigger |
| Conditions: |
| ¤ Current player custom score is exactly 3. |
| Actions: |
¤ Modify resources for Current player: Set to 3 gas.
|
¤ Modify score for Current player: Subtract 3 custom.
|
| ¤ Preserve Trigger. |
This is just one way. There is few more ways, but I don't recommend them because they seem to separate the mac users and PC users at the very beginging of the game by "dropping" them.