OFP3 10 Posted September 20, 2009 For every mission you make you need a mission PLAN. To do that you need to make text file called BRIEFING.HTML Into the Text file copy this: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <meta name="GENERATOR" content="ofp"> <title>Title</title> </head> <body bgcolor="#FFFFFF"> <! --- -----------------------------> <! --- "Notes" section > <! --- -----------------------------> <h2><a name="Main"></a></h2> <p> EXAMPLE: RUSSIANS ARE ATTACKING. <br><br> WE MUST ESCAPE....SOMEHOW. </p> <hr> <! --- End of Notes> <! --- -----------------------------> <! --- Missions plan > <! --- -----------------------------> <p><a name="plan"></a> EXAMPLE: RUSSIANS ARE ATTACKING! </p> <hr> <p><a name = "OBJ_1"></a>KILL THEM ALL. </p> <hr> <p><a name = "OBJ_2"></a>ESCAPE TO THE NEARBY VILLAGE. </p> <hr> <! --- End of "Plan" section> <! --- -----------------------------> <! --- debriefings ---> <! --- -----------------------------> <hr> <br> <h2><p><a name="Debriefing:End1">COMPLETED!</a></p></h2> <br> <p> EXAMPLE: MISSION COMPLETED. </p> <br> <hr> <br> <h2><p><a name="Debriefing:End2">FAILED..</a></p></h2> <br> <p> EXAMPLE: MISSION FAILED. </p> <br> <! --- end of debriefings ---> </body> </html> -----------------------------------LINKS-------------------------------- In mission plans you can see a marker that is blue and when you click on it it shows somewhere where you need to go. To do that copy this into the middle of you're text where you want this to hop. <a href="marker:MarkerName">links</a> EXAMPLE: <a href="marker:START">YOU START HERE.</a> Hope this helped ;) Share this post Link to post Share on other sites
rellikki 7 Posted September 20, 2009 I appreciate your effort, but there's already tons of briefing tutorials out there, much complex and detailed than yours too. This is also the wrong forum for this kind of thread. Moving to OFP: Mission Editing & Scripting. Share this post Link to post Share on other sites
OFP3 10 Posted September 20, 2009 I appreciate your effort, but there's already tons of briefing tutorials out there, much complex and detailed than yours too.This is also the wrong forum for this kind of thread. Moving to OFP: Mission Editing & Scripting. Sorry for posting it to wrong place. Share this post Link to post Share on other sites