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

HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Status
Not open for further replies.
Level 3
Joined
Apr 25, 2004
Messages
35
Hey I think I might have the answer and its not hard :roll:

Condition:
Real comparison:
countdown timer - Elapsed Time

That should be what your looking for(check it)
 
Level 3
Joined
Apr 25, 2004
Messages
35
ok I think I still may be able to help you,but you will need this trigger:

events:
every 1 seconds

conditions:
None

Action:
Set variable = (create a real varialble and call it GameTimer) GameTimer + 1
__________________________

Then in your original timer trigger you can do this for a condition:

real comparison:
GameTimer greater than or equal(or whatever) to (amount of time you wanted)

hope it helps this time. :)
 
Status
Not open for further replies.
Top