33BO11OF00 10 Posted November 21, 2009 (edited) Help. I have learned how to use trigger as a timer. I need to know this: How to display time remaining in trigger in the game screen. Another question: I place 3 tanks with 4 way points. I want them to wait 5 minutes then move through way points. How do i do this? Third question: How to make objective complete then certain enemy is killed. Example the officer. Is this done by !alive command and trigger? Please paste some code here. It would be a great help!:):D:D I need this info so I can begin to design my own campaign: The Kolugev Series. Edited November 21, 2009 by 33BO11OF00 typos Share this post Link to post Share on other sites
riffleman 20 Posted November 21, 2009 For you second question use timeout obtion and ente min:300 max:300 min:300. Lets take a soldier and name it A take a trigger enter in condition-not (alive A) enter in on activation "1" Objstatus "DONE" Share this post Link to post Share on other sites
33BO11OF00 10 Posted November 21, 2009 Thanks. Maybe it helps. I will try it and await more answers. Share this post Link to post Share on other sites
33BO11OF00 10 Posted November 21, 2009 (edited) YEAH! I have found the answer to this question: Another question: I place 3 tanks with 4 way points. I want them to wait 5 minutes then move through way points. How do i do this? Answer is: Double click on first way point and enter this values in the timeout field: 300 for MIN, 300 for MAX, 300 for MID. Question IS: How to show the time left in the player field? NEWS: Triggers can be used to control camera effects. Also trigger can be timer for tank way points. Edited November 21, 2009 by 33BO11OF00 info & news Share this post Link to post Share on other sites
rellikki 7 Posted November 21, 2009 Just a thought: Do you really want to show the time left to the player? Personally I think it could be disturbing... of course depending on the way you show it. But you could just give the player a hint saying that "Something will happen in 5 minutes, get ready", unless you really, really want to keep the player updated of the time left. Share this post Link to post Share on other sites
33BO11OF00 10 Posted November 21, 2009 (edited) Can somebody give an answer to the third question? No. I don't think showing time is disturbing. I want that player to know how much time is left. Third question: How to make objective complete then certain enemy is killed. Example the officer. Is this done by !alive command and trigger? If somebody can. Especially Rellikki or anybody else. Paste some code here. Please. Edited November 21, 2009 by 33BO11OF00 typo Share this post Link to post Share on other sites
riffleman 20 Posted November 22, 2009 Yes,i know it . Share this post Link to post Share on other sites