[B][COLOR=DarkRed]Events[/COLOR][/B]
Time - A Unit Dies [B][COLOR=Lime](Genaric Unit Event)[/COLOR][/B]
[B][COLOR=Green]Conditions[/COLOR][/B]
Triggering unit equal to [COLOR=Lime](Your unit here)[/COLOR] [B][COLOR=Lime](I am not on WE but im sure u can find it)[/COLOR][/B]
[B][COLOR=Yellow]Actions[/COLOR][/B]
Set Seconds = (Seconds - 1) [B][COLOR=Lime](Set Variable)[/COLOR][/B]
If (All Conditions are True) then do (Then Actions) else do (Else Actions) [B][COLOR=Lime](If then elce multiable conditions)[/COLOR][/B]
If - Conditions
Seconds Equal to 60 [B][COLOR=Lime](integer variable I belive)[/COLOR][/B]
Then - Actions
Set Seconds = 0 [B][COLOR=Lime](set variable)[/COLOR][/B]
Set Miniutes = (Miniutes + 1) [B][COLOR=Lime](set variable)[/COLOR][/B]
Else - Actions
Do nothing
If (All Conditions are True) then do (Then Actions) else do (Else Actions) [B][COLOR=Lime](If then elce multiable conditions)[/COLOR][/B]
If - Conditions
Seconds Less than 10 [B][COLOR=Lime](integer variable I belive)[/COLOR][/B]
Then - Actions
Multiboard - Set the text for (Last created multiboard) item in column 3, row (Player_Count + 2) to (((String(Miniutes)) + + (0 + (String(Seconds))))
Else - Actions
Multiboard - Set the text for (Last created multiboard) item in column 3, row (Player_Count + 2) to ((String(Miniutes)) + (: + (String(Seconds))))