Jump to content
Sign in to follow this  
nkenny

Question: Ending a mission individually?

Recommended Posts

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

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
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

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
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

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

Yeah I would like all bluefor to kill all opforand than end the game.....

Share this post


Link to post
Share on other sites

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 by Nivimar

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  

×