• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Cowntdown in letterboard

Status
Not open for further replies.
Level 1
Joined
Sep 30, 2005
Messages
2
Guys, im making my own map, and im trying making a cowntdown in leaderboard... can someone tell me wut should i do?
 
Level 12
Joined
Jul 2, 2004
Messages
471
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.
Top