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

[Trigger] Timer Problem

Status
Not open for further replies.
Level 3
Joined
Jan 30, 2008
Messages
32
  • Multiple Creep Spawn
    • Events
    • Conditions
    • Actions
      • Countdown Timer - Create a Timer window for [LST] with title Enemy Wave in...
      • Countdown Timer - Start[LST] as a Repeating timer that will expire in 60.00 seconds
      • Game - Display to [AP] the text: Countdown Begins... NOW!
This trigger ^ is not working as it should :hohum: it doesn't even show up a timer
 
Last edited by a moderator:
Level 9
Joined
May 28, 2007
Messages
365
First off make sure you have an event, best to use Event - Elapsed Game Time.

Otherwise you could have it run from another trigger using "Run Trigger..."

You could also try placing Start Timer above, although I dunno if that'll work.

  • Time - Elapsed game time is 1.00 seconds
  • Countdown Timer - Start Timer as a Repeating timer that will expire in 60.00 seconds
  • Set Timer - LastCreatedTimer()
  • Countdown Timer - Create a timer window for Timer with title My Timer
 
Status
Not open for further replies.
Top