Home   Help Search Login Register  

Author Topic: Markers  (Read 1135 times)

0 Members and 1 Guest are viewing this topic.

pazuzu

  • Guest
Markers
« 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

Offline myke13021

  • Contributing Member
  • **
  • Myke
Re:Markers
« Reply #1 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"