kittycat 0 Posted April 13, 2003 Hi I get this shit in the mulitplayer briefing. The objectives for res appear for east too. How can I fix that? <html> <! ******************************************************************* > <! **** Multi-sided briefing file for Operation Flashpoint > <! **** Generated by Chris's OFP Script Editor > <! **** Create Briefing Wizard > <! ******************************************************************* > <head> <title>Briefing</title> </head> <body bgcolor = "#FFFFFF"> <! ****************************************** > <! **** Notes section in handwriting > <! ****************************************** > <! **** Mission plan East **** > <h2><a name = "Main.East"></a></h2><h6> Defend trucks </h6><hr> <! **** Mission plan Resistance **** > <h2><a name = "Main.Guerrila"></a></h2><h6> Kill trucks </h6><hr> <! ****************************************** > <! **** Plan section East > <! ****************************************** > <! **** Mission plan text **** > <p><a name = "Plan.East"></a> Defend trucks </p><hr> <! **** Objective 1 **** > <p><a name = "OBJ_EAST_1"></a> Defend the fuel trucks </p><hr> <! **** Objective 2 **** > <p><a name = "OBJ_EAST_2"></a> Kill the guerillas </p><hr> <! ****************************************** > <! **** Plan section Resistance > <! ****************************************** > <! **** Mission plan text **** > <p><a name = "Plan.Guerrila"></a> Kill trucks </p><hr> <! **** Objective 1 **** > <p><a name = "OBJ_RES_1"></a> Destroy 2 fuel trucks located in <a href = "marker:sainte">Sainte Marie</a>. </p><hr> <! **** Objective 2 **** > <p><a name = "OBJ_RES_2"></a> Kill all defending soviets. </p><hr> <! ****************************************** > <! **** Debriefing > <! ****************************************** > <! **** End #1 East **** > <hr><br><h2><p><a name = "Debriefing:End1.East"> Mission Failed </a></p></h2><br><p> The fuel trucks have been destroyed. </p><br> <! **** End #1 Resistance **** > <hr><br><h2><p><a name = "Debriefing:End1.Guerrila"> Mission Successful </a></p></h2><br><p> The fuel truck hev been destroyed. </p><br> <! **** End #2 East **** > <hr><br><h2><p><a name = "Debriefing:End2.East"> Mission Successful </a></p></h2><br><p> The Guerilla Squad has been killed in the assault. </p><br> <! **** End #2 Resistance **** > <hr><br><h2><p><a name = "Debriefing:End2.Guerrila"> Mission Failed </a></p></h2><br><p> Your team has been killed in the assault. </p><br> Share this post Link to post Share on other sites
kittycat 0 Posted April 13, 2003 HOW CAN I SET A OBJECTIVE FAILED IN FOR 1 SIDE! Share this post Link to post Share on other sites
iNeo 0 Posted April 14, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">"OBJ_RES_1" objStatus "FAILED"<span id='postcolor'> Only the first objective for Resistance will be tagged Failed. Share this post Link to post Share on other sites
klan 0 Posted December 24, 2003 I get <s>this shit</s> in the mulitplayer briefing. The objectives for res appear for east too. How can I fix that? up :] i have a briefing with 3 side and when i have a West player or a Est player i see the plan guerrila :/ But no problem with the Resistant side, i see just the plan guerilla :] Help me Merry Christmas everyone Share this post Link to post Share on other sites
klan 0 Posted January 4, 2004 this problem is solved. create or include in your "init.sqs" (in root folder map) <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">? (side player == EAST OR side player == WEST): "Guerrila_1" objstatus "hidden"; "Guerrila_2" objstatus "hidden"; "Guerrila_3" objstatus "hidden" it's work for 4 side too, write this : <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">? (side player == EAST OR side player == RESISTANCE OR side player == WEST): "CIV_1" objstatus "hidden"; "CIV_2" objstatus "hidden"; "CIV_3" objstatus "hidden" ? (side player == EAST OR side player == CIVILIAN OR side player == WEST): "Guerrila_1" objstatus "hidden"; "Guerrila_2" objstatus "hidden"; "Guerrila_2" objstatus "hidden" a link for generality thanks all :] Share this post Link to post Share on other sites