MrBob 10 Posted December 19, 2009 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
TeRp 1 Posted December 20, 2009 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