Can someone point out what is wrong in the following briefing.html? I can't change object status even if everything seems to be in order.
Triggers has "obj_1" objStatus "DONE"; and "obj_2" objStatus "DONE"; at their on activation fields.
<html>
<! ******************************************************************* >
<! **** 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 >
<! ****************************************** >
<h2><a name="Main"></a></h2><h6>
</h6><hr>
<! ****************************************** >
<! **** Plan section >
<! ****************************************** >
<p><a name="Plan"></a>
<! **** Mission plan text **** >
run to the next trigger
</p><hr>
<! **** Objective 1 **** >
<p><a name="OBJ_1"></a>
obj_1
</p><hr>
<! **** Objective 2 **** >
<p><a name="OBJ_2"></a>
obj_2
</p><hr>
<! ****************************************** >
<! **** Debriefing >
<! ****************************************** >
</body>
</html>