thanks for the respons guys.. i found the prob.. it was with the first triggers i have in the map .. and it was working fine the way i have it here .. but all of a sudden it stopped working.. (would not set switch 1)
first trigger...
Condition - always
Action - wait 15000ms
- set coundown timer to 120 seconds
second trigger...
Condition - countdown timer is "exactly" 2 game seconds
Action - set switch 1
now i could not use "at most" or "at least" in the second trigger because if i did .. it would set switch 1 right away, before the countdown timer even starts... and i realized it is because of the wait 15000ms command in the first trigger... so i took that out and i am now able to use "at most" in the second trigger.. and it sets switch 1 when it is supposed to ...
