QUOTE(I-X-King-X-I @ Jul 28 2005, 08:09 PM)
on the force it says after you choose dark archon you kill every unit for Current lpayer which means the whole force
and if you own nothing you die
[right][snapback]272988[/snapback][/right]
I-X-King-X-I: Please don't speak when you don't know what your talking about.
Goran: you need to add "Current play commands exactly 0 necromancer" under conditions for your second trigger.
And as a correction: Current player only refers to the player running the trigger. Group owned triggers such as forces is confusing some times because it is actually a copy of that same trigger for every player in that group.
Since the trigger is like a copy for each player current player refers to each of the individuls copy of that trigger.
Thus the trigger you have would actually look like this all wrapped up in one trigger.
| Trigger |
| Players: |
| ¤ Player 1 |
| Conditions: |
¤ Player 1 suffers exactly 1 death of mineral feild
|
| ¤ Player 1 commands exactly 0 necromancer |
| Actions: |
¤ Display for Player 1 "you have dired, your deeds of valor will be remembered"
|
¤ Wait 3000
|
¤ End scenario in defeat for Player 1
|
| ¤ Preserve Trigger (useless you just defeated the player) |
| Trigger |
| Players: |
| ¤ Player 2 |
| Conditions: |
¤ Player 2 suffers exactly 1 death of mineral feild
|
| ¤ Player 2 commands exactly 0 necromancer |
| Actions: |
¤ Display for Player 2 "you have dired, your deeds of valor will be remembered"
|
¤ Wait 3000
|
¤ End scenario in defeat for Player 2
|
| ¤ Preserve Trigger |
| Trigger |
| Players: |
| ¤ Player 3 |
| Conditions: |
¤ Player 3 suffers exactly 1 death of mineral feild
|
| ¤ Player 3 commands exactly 0 necromancer |
| Actions: |
¤ Display for Player 3 "you have dired, your deeds of valor will be remembered"
|
¤ Wait 3000
|
¤ End scenario in defeat for Player 3
|
| ¤ Preserve Trigger |
And so on replaceing current player with each of the players in the group.