I have a problem with my trigger
i don't know if the triggers in my map mixed up badly because i set that the first wave should appear after 2 minutes (yeah, like in dota) following waves (2nd, 3rd, 4th... Nth wave) will trigger each 30 seconds of the game time.
my triggers
First set of triggers:
trigger1
event: >elapsed game time is 90 second(s)
condition: >N/A
action: >turn trigger2 on
trigger2
event: >every 30 second(s) of the game time
condition: >(<barracks> is alive) equal to true
action: >Create 1 footmen etc.
>Order last created unit to attack move to <selected region>
what happened? = the creeps spawned within 90 seconds
Second set of triggers:
trigger1
event: >elapsed game time is 120 second(s)
condition: >N/A
action: >turn trigger2 on
trigger2
event: >every 30 second(s) of the game time
condition: >(<barracks> is alive) equal to true
action: >Create 1 footmen etc.
>Order last created unit to attack move to <selected region>
what happened? = the creeps spawned within 150 seconds
i'm pretty pissed about my noob-ity, sorry
will someone help me about it? thanks in advance
i don't know if the triggers in my map mixed up badly because i set that the first wave should appear after 2 minutes (yeah, like in dota) following waves (2nd, 3rd, 4th... Nth wave) will trigger each 30 seconds of the game time.
my triggers
First set of triggers:
trigger1
event: >elapsed game time is 90 second(s)
condition: >N/A
action: >turn trigger2 on
trigger2
event: >every 30 second(s) of the game time
condition: >(<barracks> is alive) equal to true
action: >Create 1 footmen etc.
>Order last created unit to attack move to <selected region>
what happened? = the creeps spawned within 90 seconds
Second set of triggers:
trigger1
event: >elapsed game time is 120 second(s)
condition: >N/A
action: >turn trigger2 on
trigger2
event: >every 30 second(s) of the game time
condition: >(<barracks> is alive) equal to true
action: >Create 1 footmen etc.
>Order last created unit to attack move to <selected region>
what happened? = the creeps spawned within 150 seconds
i'm pretty pissed about my noob-ity, sorry
will someone help me about it? thanks in advance
Last edited: