D
DoYouLikePie
Guest
I think the title explains everything. Does anyone know how to activate a timer?
Thanks
___________________

Thanks
___________________
Untitled Trigger 001
Events
Unit - A unit Dies
Conditions
Actions
Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to ((String(Mintues)) + (: + ((String(TenSeconds)) + (String(OneSeconds)))))
Trigger - Turn on Untitled Trigger 002 <gen>
Untitled Trigger 002
Events
Time - Every 1.00 seconds of game time
Conditions
Actions
Set OneSeconds = (OneSeconds - 1)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
OneSeconds Equal to 0
Then - Actions
Set OneSeconds = 9
Set TenSeconds = (TenSeconds - 1)
Else - Actions
Do nothing
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
TenSeconds Equal to 0
Then - Actions
Set TenSeconds = 5
Set Mintues = (Mintues - 1)
Else - Actions
Do nothing
Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to ((String(Mintues)) + (: + ((String(TenSeconds)) + (String(OneSeconds)))))