- Joined
- May 25, 2009
- Messages
- 103
Why does my trigger Timer fire with each of the 3 versions (here combined)?
My debug message "elapsed time for timer" says always 0.000 (until it is resumed ofc) as it should.
My debug message "elapsed time for timer" says always 0.000 (until it is resumed ofc) as it should.
-
Timer Init
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Countdown Timer - Start Timer1 as a One-shot timer that will expire in 20.00 seconds
-
Countdown Timer - Pause Timer1
-
-
-
Timer
-
Events
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Remaining time for Timer1) Not equal to (Initial time for Timer1)
-
(Remaining time for Timer1) Not equal to 20.00
-
(Elapsed time for Timer1) Not equal to 0.00
-
-
-
-
Actions
-
Countdown Timer - Resume Timer1
-
-