Cowntdown in letterboard

Status
Not open for further replies.

Bergue

B

Bergue

Guys, im making my own map, and im trying making a cowntdown in leaderboard... can someone tell me wut should i do?
 
Make two trigers:

Event:
Any

Condition:


Action:
Set CountDown = 30 (or what ever)



Event:
Time - Every 1.00 seconds of game time

Condition:

Action:
Set CountDown = (CountDown - 1)
Leaderboard - Change the value for Player 1 (Red) in CountDownLeaderBoard to CountDown

If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
CountDown Equal to 0
Then - Actions
Trigger - Turn off (This trigger)
(Your trigger)
Else - Actions


CountDown is a Integer Variable
CountDownLeaderBoard is a leaderboard Variable
 
Status
Not open for further replies.
Back
Top