Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Markers  (Read 1702 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"