OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: pazuzu on 11 Mar 2004, 00:58:27

Title: Markers
Post by: pazuzu on 11 Mar 2004, 00:58:27
Hi, I was wondering how I can keep markers & objectives hidden until the previous objective is done?

Thanks
Title: Re:Markers
Post by: myke13021 on 11 Mar 2004, 02:10:49
hidden markers:

place your marker, make it type empty, and when you need it to be visible use:

"MarkerOne" setMarkerType "Arrow"

hidden objectives:

to make the 3rd objective hidden at the beginning, put this into your init.sqs

"3" objstatus "HIDDEN"

to make it show up, put the following onto a trigger or a script:

"3" objstatus "ACTIVE"