Ok, in this map I am making there is a tirgger that sets a count down time. The count down time goes down like normal and at certain intervals it sets a switch to create units. The problem is that for some reason the units don't create. After it all the triggers work like this.
Mode Trigger -> Level Trigger -> Countdown Time -> Interval Trigger -> Create Unit Trigger.
The master trigger is the mode which starts all the triggers. The mode trigger sets the level trigger which sets a countdown of 10 seconds for the newly spawned players to move, when the clock hits 0 the level trigger sets a countdown trigger. The countdown trigger sets a countdown clock for current level. Also, the interval trigger runs with the countdown trigger and sets the create unit trigger in the intervals of the difficulty. After every spawn it turns off the create unit trigger until it is tripped the next time.
Help?
If anyone can tell me if this is even possible or how to fix it. Please do.