• 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.

countdown timer help!

Status
Not open for further replies.
Level 7
Joined
Mar 26, 2004
Messages
350
Code:
action - start (last started timer) as a unique timer that will expire in x sec.
then set a variable : set timer) = (last started timer)
now create a timer window: create timer window for (timer) with title ...
set another variable: set (timerwindow) = (last created timer window)

now create a new trigger: (timer) expires
destroy (timerwindow)
all your other action

it's simple
 
Status
Not open for further replies.
Top