Jump to content
Sign in to follow this  
Vast

Is this the right format for making the debriefing?

Recommended Posts

I was testing out my mission to see if everything was working as planned.

One thing that I don't get though is, how can I get this debriefing to show after the player completes their tasks?

I mean is this the right format for this

<!---------------------------------------------------->

<!-- Debriefing -->

<!---------------------------------------------------->

<!-- End #1 -->

<h2><a name="debriefing:end1"></a><br>

<!-- [TITLE_1] -->

Mission Complete

<!-- [END] -->

</h2><br><p>

<!-- [TEXT_1] -->

We have delivered a messege to those dogs and made them pay. Nice wroke.

<!-- [END] -->

</p><br><hr>

Let me know what you guys think, and tell what I need to do.

Share this post


Link to post
Share on other sites

here is a copy of mine, just change the title and descriptions and it will work, make sure its an html file.

<html>
<head>
<title>Mystery Man</title>
</head>
<body>

<!GAME OVER------------------------------------------------->
<br>
<h2><a name="Debriefing:End1"><localized id="str_ep1_sp01_end1"/></a></h2>
<br>
<p>You have successfuly completed your objectives. Job well done team.</p>
<br>

<hr>
<br>
<h2><a name="Debriefing:Loser"><localized id="str_ep1_sp01_endl"/></a></h2>
<br>
<p>You have failed to complete your objectives.</p>
<br>


</body>
</html>

Share this post


Link to post
Share on other sites

This is a more complete one (based on the one from F2):

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

<body bgcolor="#FFFFFF">

<! --- ----------------------------->
<! --- DEBRIEFINGS                -->
<! --- ----------------------------->

<hr>
<br>
<h2><a name="Debriefing:End1">US wins</a></h2>
<br>
<p>
Mosque seized by US forces
</p>
<br>

<hr>
<br>
<h2><a name="Debriefing:End2">Takistanies wins</a></h2>
<br>
<p>
US forces eliminated
</p>
<br>

<hr>
<br>
<h2><a name="Debriefing:End3">US wins</a></h2>
<br>
<p>
Takistanies eliminated.
</p>
<br>

<hr>
<br>
<h2><a name="Debriefing:End4">Takistanies wins</a></h2>
<br>
<p>
US ran out of time.
</p>
<br>

<hr>
<br>
<h2><a name="Debriefing:End5"></a></h2>
<br>
<p>

</p>
<br>

<hr>
<br>
<h2><a name="Debriefing:End6">Ending #6</a></h2>
<br>
<p>
*** Insert debriefing #6 here. ***
</p>
<br>
<hr>

<! --- ----------------------------->
<! --- End of DEBRIEFINGS         -->
<! --- ----------------------------->

</body>
</html>

Should be quite self-explanatory.

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  

×