• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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