Since nobody can understand my question I will try to re-post it properly and hopefully it will make sense this time around.
Ok, what I am trying to do is this, You will be bringing units you have made to a "Holding Pen Location" and during the time you are bringing these unit the "Holding pen Location" there willbe a Timer or five minutes. When the timer has run out, all of the Unit at the "Holding Pen Location" will be Sent the "Arena Location". My problem is now this: I don't want anymore units sent to the "Holding Pen Location" to be sent to the "Arena Location" after the Timer has run out, So, when the five minute timer is done, all units at the "Holding Pen Location" Will be sent to the "Arena Location", but after that I do not want any units sent to the "Arena Location" during the fight in the arena and until another five minutes have past after all of the unit have died and a winner of that round has been declared. Now I post the triggers I've got right now to see if it will help clarify my question.
| Trigger |
| Description: |
| Timer |
|
| Conditions: |
| ¤ Switch 1 is set |
| Actions: |
| ¤ Modify countdown time to 300 seconds |
| Trigger |
| Description: |
| Start Fight Switches |
|
| Conditions: |
| ¤ Countdown Timer is 0 seconds |
| Actions: |
¤ Clear Switch 2 [actions] |
¤ Set Switch 2
|
| ¤ Preserve Trigger |
| Trigger |
| Description: |
| Move Units |
|
| Conditions: |
| ¤ Switch 2 is set |
| Actions: |
¤ Move all men at location Holding Pen to Arena Location
|
¤ Clear Switch 2
|
| ¤ Preserve Trigger |
Right now these trigger do not do what they are suppose to, the timer goes frome 4:59, 4:58, 4:59, 4:58, ect. I hope that this post is a bit most clearer this time.