Im not quite sure what it is your refering to that your haveing a problem with, but im guessing you mena your countdown is not working right or not respawning or w/e. Your key problem if this is the case, is the waits u are using, your going tohave to find an alternate way to do it, waits are to hard to get to work right, and especially if you ever want to put hyper-triggers in it, i learned this the hardway.
Maybe some triggers along the lines of this:
| Trigger |
| Description: |
| Start Countdown |
|
| Players: |
| ¤ Player(s) here |
| Conditions: |
| ¤ Current Player brings exactly 1 Terran Civilian to 'respawn' |
| Actions: |
¤ Move all Terran Civilian at 'respawn' to 'temporary location'
|
¤ Set 'Countdown 10'
|
¤ Preserve Trigger
|
| ¤ Comment: Start Countdown |
| Trigger |
| Players: |
| ¤ Player(s) here |
| Conditions: |
¤ 'Countdown 10' is set
|
| ¤ Current Player brings exactly 1 Terran Civilian to 'Temporary Location' |
| Actions: |
¤ Clear 'Countdown 10'
|
¤ Set 'Countdown 9'
|
¤ Display text for current player: 10 seconds to respawn!
|
¤ Preserve Trigger
|
| ¤ Comment: Countdown 10 |
| Trigger |
| Players: |
| ¤ Player(s) here |
| Conditions: |
¤ 'Countdown 9' is set
|
| ¤ Current Player brings exactly 1 Terran Civilian to 'Temporary Location' |
| Actions: |
¤ Clear 'Countdown 9'
|
¤ Set 'Countdown 8'
|
¤ Display text for current player: 9 seconds to respawn!
|
¤ Preserve Trigger
|
| ¤ Comment: Countdown 9 |
........All the way to 0 then this
| Trigger |
| Players: |
| ¤ Player(s) here |
| Conditions: |
¤ 'Countdown 0' is set
|
| ¤ Current Player brings exactly 1 Terran Civilian to 'Temporary Location' |
| Actions: |
¤ Clear 'Countdown 0'
|
¤ Display text for current player: You have been respawned!
|
¤ Move all Terran Civilian at 'temporary location' to 'Respawned Location'
|
¤ Preserve Trigger
|
| ¤ Comment: Respawn |
I know its a long and complicated proccess, but its an alternative that will work, I'm sure someones gonna come here with a better idea, but til then you can use that and it should work/