Hi
Im having this problem with objectives.
In my briefing.html I have objective written in the following way:
<a name="OBJ_WEST_1"></a>
<a name="OBJ_EAST_1"></a>
THis way I can have objectives showing up only for east or west. But when I try to hide the objectives in fx. init.sqs, I'm not sure how to pass which obj is to be hidden. I tried with:
"1" ObjStatus "HIDDEN"
But the number "1" doesnt hide any objectives. What am I doing wrong?