Rambo-16AAB 0 Posted April 9, 2007 I have a trigger set to activate an end game countdown on the completeion of 3 objectives. I have A mirror set of objectives & triggers set for Opfor if they complete the same 3 objectives. once one teams times starts, It wont stop if the opfor side retakes one of the objectives. What do I need to put in my triggers so the opposing times stop ? Share this post Link to post Share on other sites
Tom_Anger 0 Posted April 10, 2007 To clarify what your intensions are please confirm. Quote[/b] ]This is for a multiplayer mission Team OPFOR vs Team BLUFOR. When a team owns all 3 bases start the countdown. The team in control must hold all 3 bases for a period of time without losing ownership. When the countdown is over and the same team is still in control they win. If at any point the other team takes one or more of the bases, that should reset the countdown. I am trying to see if this is what you are looking for. Â There must be some form of terminate command or method to TERMINATE/RESET a trigger. Â What you are looking for is some criteria so that if any of the 3 bases are over taken by the other team, terminate the countdown making it so that the team has to re-take it and start the process over again. Â I just want to make sure this is what you are looking for and in turn it may help other scripters/mission designers help. Share this post Link to post Share on other sites
fasad 1 Posted April 10, 2007 Use a timeout counter rather than countdown. Share this post Link to post Share on other sites
Tom_Anger 0 Posted April 10, 2007 I think the issue he is having though is even if the timeout starts. For the sake of argument lets say all 3 bases need to be owned and held for 10 hours. In that 10 hours the other team cannot once take any of the bases. If so then the counter has to be reset to count again. The issue he is having is in the a team takes all 3 bases then in the 10 hours (again being a bit extreme on the time, but to make an argument) the bases can flip flop around and in the end be brought back to the same state they were in when it started. He ends up with a winning condition where in fact the timer should have been reset upon a change in base ownership. I don't think the timeout resolves that does it? I am thinking he needs to have some form of identifier to be setup when all 3 bases are under ownership (doesn't matter by who) and after the timer expires only end if that identifier is the same and was not changed. Just trying to think out loud for a second there. I could be going way off here.... Share this post Link to post Share on other sites
Rambo-16AAB 0 Posted April 10, 2007 On your first reply Tom, thats basically what im looking for. Catpture all 3 bases = time starts, lose any or all = timer stops recapture all 3 = timer starts from the beginning again. currently the timer wont stop. Share this post Link to post Share on other sites
fasad 1 Posted April 10, 2007 In my testing, a timeout counter for a trigger both stops and resets itself. Share this post Link to post Share on other sites
Rambo-16AAB 0 Posted April 10, 2007 How do you set a timout on a trigger then ? I'll try it tonight. Share this post Link to post Share on other sites
Tom_Anger 0 Posted April 10, 2007 The trigger screen has 2 different methods for counting Countdown Timeout I think you know this and maybe drew a blank, but here is a link on trigger info http://community.bistudio.com/wiki/trigger Share this post Link to post Share on other sites
Rambo-16AAB 0 Posted April 10, 2007 Not sitting infront of the editor I rarely can recall what options are on what screens. Share this post Link to post Share on other sites