OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: jt on 29 Jun 2006, 16:24:37

Title: A question about ticks/cross on briefe
Post by: jt on 29 Jun 2006, 16:24:37
It's another easy question for you all but boring for me.
That is:If I have written an objective on the briefe that was"Meet the General",and in the Editor I typied""obj_1" objstatus "done"",then when it is done,I can only hear a sound"Ding",but in the briefe,this objective is still unfinished(the mark ahead of the objective is still "O").Is anyone could tell me how to let the objective status variable,just like how to turn the "O" to a tick????
Title: Re: A question about ticks/cross on briefe
Post by: Trapper on 29 Jun 2006, 17:39:16
You should have tried two objectives at once, IIRC the first is "obj_0" :)
Title: Re: A question about ticks/cross on briefe
Post by: bedges on 29 Jun 2006, 17:54:18
the correct syntax for manipulating the objectives in the briefing.html file is

Code: [Select]
"1" objstatus "hidden"/"active"/"done"/"failed"