im guessin theres a team defending each side, well heres the triggers from my understanding
| Trigger |
| Description: |
| start |
|
| Players: |
¤ team 1
|
| ¤ team 2 |
| Conditions: |
| ¤ always |
| Actions: |
| ¤ create 1 unit at 'team 1 spawn' |
| Trigger |
| Description: |
| team 1 kill |
[PLAYERS][p]team 1|
| Conditions: |
| ¤ team 1 kills at least 1 men |
| Actions: |
¤ modify score for team 1: set to 0 kills
|
¤ create 1 unit at 'team 2 spawn'
|
| ¤ preserve trigger |
| Trigger |
| Description: |
| team 2 kill |
[PLAYERS][p]team 2|
| Conditions: |
| ¤ team 2 kills at least 1 men |
| Actions: |
¤ modify score for team 2: set to 0 kills
|
¤ create 1 unit at 'team 1 spawn'
|
| ¤ preserve trigger |
now in case the unit doesnt get killed, team doesnt kill it, then maybe the team loses a life
| Trigger |
| Description: |
| team 1 fail |
|
| Players: |
| ¤ team 1 |
| Conditions: |
¤ team 1 kills at most 0 men
|
| ¤ computer brings atleast 1 men to 'team 1 end' |
| Actions: |
¤ modify custom score: subtract 1 custom for team 1 (custom being lives)
|
¤ *note1*
|
| ¤ preserve trigger |
*note1*
3 choices:
-kill 1 unit for computer at 'team 1 end'
create 1 unit for computer at 'team 2 spawn' (just lose a life)
-move 1 unit for computer at 'team 1 end' to 'team 1 spawn' (loses a life and
gets another try)
-kill 1 unit for computer at 'team 1 end'
create 1 unit for computer at 'team 1 spawn' (loses a life and restarts)
| Trigger |
| Description: |
| team 2 fail |
|
| Players: |
| ¤ team 2 |
| Conditions: |
¤ team 2 kills at most 0 men
|
| ¤ computer brings atleast 1 men to 'team 1 end' |
| Actions: |
¤ modify custom score: subtract 1 custom for team 1 (custom being lives)
|
¤ *note2*
|
| ¤ preserve trigger |
*note2*
3 choices:
-kill 1 unit for computer at 'team 2 end'
create 1 unit for computer at 'team 1 spawn' (just lose a life)
-move 1 unit for computer at 'team 2 end' to 'team 2 spawn' (loses a life and
gets another try)
-kill 1 unit for computer at 'team 2 end'
create 1 unit for computer at 'team 2 spawn' (loses a life and restarts)
hope this helps, most i can think of for wat ur trying to do
