- Joined
- Sep 9, 2007
- Messages
- 253
I have a 20 second timer for choosing difficulty, it works fine. As soon as the difficulty is chosen then players can select hero. So I destroy the first timer window and make a new timer which also starts from 20 seconds. The new timer window shows up with the corect title but no timer appears. I have waited the 20 seconds and the next trigger doesn't fire.
-
Difficulty Chosen
-
Events
-
Conditions
-
Actions
-
Countdown Timer - Destroy TimerWindow[1]
-
Game - Display to (All players) the text: |cffffcc00Each play...
-
Countdown Timer - Start Timer_Proper[2] as a One-shot timer that will expire in 20.00 seconds
-
Countdown Timer - Create a timer window for Timer_Proper[2] with title Pick Hero
-
Set TimerWindow[2] = (Last created timer window)
-
Countdown Timer - Show TimerWindow[2]
-
-
-
Choose Hero Timer expires
-
Events
-
Time - Timer_Proper[2] expires
-
-
Conditions
-
Actions
-
Game - Display to (All players) the text: test
-
Countdown Timer - Destroy TimerWindow[2]
-
-