hey all, i got a strange problem and i got when i tried to implement some stuff in my mission but i have gotten some serious problem with the briefing, the thing is my triggers look like this
"OBJ_WEST_1" objStatus "failed"; fu1 setDammage 1";
and the part in the briefing looked like this
<a name = "OBJ_WEST_1"></a>Give the resistance <a href="marker:reshelp">a helping hand</a>.
but the briefing doesn't get marked when i have finnished the objectives, something is pretty messed up there and i wonder if its the way that you have to do the trigger like this
"1" objStatus "done";
and the briefing part like
<a name = "OBJ_1"></a>Conquer <A HREF="marker:base1">the first base</A>
so anyone know whats the correct way to do it in?