43 posts
joined
#1
HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
im making a trigger, but i cant find a condition that refers to time expires(of game). Any suggestion?

30 posts
South Australia
joined
#2
Hey I think I might have the answer and its not hard
Condition:
Real comparison:
countdown timer - Elapsed Time
That should be what your looking for(check it)
43 posts
joined
#3
NO
It isnt, sorry i want one that refers to elapsed time of game not elapsed time of last created timer
Thx

30 posts
South Australia
joined
#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.

43 posts
joined
#5
thx
thx ill try it