Warcraft III resources & community, 2003–2006 · archived

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

5 posts
#1

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

im making a trigger, but i cant find a condition that refers to time expires(of game). Any suggestion?
#2
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)
#3

NO

It isnt, sorry i want one that refers to elapsed time of game not elapsed time of last created timer :(
Thx
#4
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. :)
#5

thx

thx ill try it