Jump to content
Sign in to follow this  
MrBob

Timed Trigger using "time" variable

Recommended Posts

I'm trying to create a trigger that uses hints to give a (admittedly ghetto) briefing, since I'm not really ready to muck around with description.ext till the mission's done. So, I try to stagger the hints by using the "time" variable. This is the code in the "condition" box of the first trigger:

this && time == 5

so that it fires 5 seconds after the mission starts. However, it doesn't fire at all. What is wrong with this?

Share this post


Link to post
Share on other sites

Well, most likely the "this" condition isn't met, in example there is no blufor present or whatever you've set your trigger condition to.

If you just want to fire the trigger 5 seconds after mission start under all circumstances, just use

time == 5

as activation,

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×