Death timer can i use the same as i already have (Variable) [solved]
I have a timer that starts the game. Can i use same variables for death timer or do i need new ones?
And how will this trigger look like?
I have a timer that starts the game. Can i use same variables for death timer or do i need new ones?
Trigger
Timer
Events
Conditions
Actions
Countdown Timer - Start Timer as a One-shot timer that will expire in 3.00 seconds
Countdown Timer - Create a timer window for Timer with title Game starts in:
Set TimerWindow = (Last created timer window)
Countdown Timer - Show TimerWindow
Timer Ends
Events
Time - Timer expires
Conditions
Actions
Unit - Unpause all units
Destroy
Events
Time - Timer expires
Conditions
Actions
Custom script: call DestroyTimer(udg_Timer)
Countdown Timer - Destroy (Last created timer window)
Last edited: