Jump to content
Sign in to follow this  
froggyluv

"Lose" Ending

Recommended Posts

How do you go about getting text into the "Lose" ending debriefing?

<h2><a name="Debriefing:[b]lose[/b]">Mission Complete</a></h2>
<p>
You have failed you duty and suck miserably
</p>
<br>
<hr>


</body>
</html>

Do I have to declare 'Lose' in the description.ext? Also, there is no inherent score penalty to the Lose trigger unless you add

Player addrating -1000

Share this post


Link to post
Share on other sites
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">

<title>Title</title>
</head>

<body bgcolor="#FFFFFF">
<! -----DEBRIEFING----->
<hr>
<br>
<h2><a name="Debriefing:End1"></a></h2>
<br>
<p>
<! ------victory------>
Nicely done get some rest before the debrief.
</p>
<br>

<hr>
<br>
<h2><a name="Debriefing:End2"></a></h2>
<br>
<p>
<! ------KIA------>
Way to go everyone on your team died...try again!!!!
</p>
<br>

<hr>
<br>
<h2><a name="Debriefing:End3"></a></h2>
<br>
<p>
<! ------Ineffective------>
Too many members of your team have been killed, you are combat ineffective.
</p>
<br>

<! -----DEBRIEFING END----->

</body>
</html>

Share this post


Link to post
Share on other sites

Hehe, thanks that works. Weird though how 'Lose' is one of the slotted endings yet has no place in this format :confused:

Share this post


Link to post
Share on other sites

What if the debriefing doesn't show up at all? All you get are the options "End" or "restart" ?

Share this post


Link to post
Share on other sites

Captain, the code that cobra posted goes in your briefing.html file to make it show.

Share this post


Link to post
Share on other sites

Yeah I know, I have a normal briefing that shows up fine from briefing.sqf.

And I have a briefing.html with all my debriefing stuff, but it won't show up when the player is killed. (I have a feeling I'm missing something very basic)

Share this post


Link to post
Share on other sites

Is this in the preview or from playing a mission from PBO? Don't think Preview will display the debriefing, but you can get it to display the Briefing by using Shift-Preview to start the mission.

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  

×