nkenny 1057 Posted April 8, 2011 Question: Is there any way to end a mission on a individual basis? Lets say I have a trigger area and I want the mission to 'end' for all players who move into that area. Not entirely sure what the ramifications of this would be. -k Share this post Link to post Share on other sites
Romeo_Delta 10 Posted April 8, 2011 Make a trigger that activates when BLUFOR is present and set the type to End? Share this post Link to post Share on other sites
nivimar 10 Posted April 8, 2011 Hey guys Im new to this forum, love this game, but I can't seem to find at the end of my mission were to make my stats. EXAMPLE: I would like to know as bluefor how many opfor I killed when my trigger is set? Share this post Link to post Share on other sites
AnimalMother92 10 Posted April 9, 2011 Question: Is there any way to end a mission on a individual basis? Lets say I have a trigger area and I want the mission to 'end' for all players who move into that area. Not entirely sure what the ramifications of this would be. -k Hope I'm understanding this right. What you can do is place the Functions module and in the ending trigger put On Activation: if (isServer) then {[nil, nil, "per", rENDMISSION, "END1"] call RE;}; That will end the mission for all players. Hey guys Im new to this forum, love this game, but I can't seem to find at the end of my mission were to make my stats.EXAMPLE: I would like to know as bluefor how many opfor I killed when my trigger is set? I think you need a briefing.html file in your mission. Could be wrong. http://community.bistudio.com/wiki/Briefing.html Something like: <html> <head> <title>Briefing</title> </head> <body> <!-- Notes --> <h2><a name="Main"></a></h2> <h6></h6> <hr /> <!-- Briefing --> <h2><a name="Plan"></a></h2> <hr /> <!-- Debriefing --> <br /> <h2><p><a name="Debriefing:End1">Mission Success</a></p></h2> <br /> <p>Good work, you have safely extracted the pilot!</p> <br /> <hr /> <br /> <h2><p><a name="Debriefing:Loose">Mission Failure</a></p></h2> <br /> <p>The pilot has been killed.</p> <br /> <hr /> </body> </html> Hope that helps. Share this post Link to post Share on other sites
nivimar 10 Posted April 9, 2011 Well I have most of it down the mission will end but not when all opfor are dead.Well what help guides do you guys recommend so Im not bothering with the same questions. Share this post Link to post Share on other sites
bloodxgusher 10 Posted April 10, 2011 Make a trigger that activates when BLUFOR is present and set the type to End? I believe this solution should work enless you want to end the mission under other conditions. Share this post Link to post Share on other sites
Romeo_Delta 10 Posted April 10, 2011 Well, it seems as though he wants the mission to end only for specific people who activate the trigger, in which case my solution wouldn't work because it would end the mission for everyone. Share this post Link to post Share on other sites
nivimar 10 Posted April 12, 2011 Yeah I would like all bluefor to kill all opforand than end the game..... Share this post Link to post Share on other sites
Lonestar 11 Posted April 12, 2011 Is it a TvT mission? Share this post Link to post Share on other sites
nivimar 10 Posted April 12, 2011 (edited) What's that lol, I played another map and it'll end for that one but not for this one , strange.Same setup and all. Edited April 12, 2011 by Nivimar Share this post Link to post Share on other sites