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: Hiding and showing markers  (Read 1558 times)

0 Members and 1 Guest are viewing this topic.

seanver

  • Guest
Hiding and showing markers
« on: 03 Sep 2002, 22:10:30 »
How can I hide a marker at the beggining of a mission and show it later?

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:Hiding and showing markers
« Reply #1 on: 03 Sep 2002, 22:19:59 »
Make the marker type "Empty" in the editor.  Then at a later time, in a trigger, WP, or script put;

"MarkerName" SetmarkerType "MarkerType"

Where MarkerType can be any of the following;

"Start" =Arrow moving out of a circle
"End"= Circle with an arrow going into it from the top
"Pickup"= Arrow bouncing in and out of a circle
"Empty" = Circle with a diagonal line through it
"Marker"= X icon
"Destroy"= Targetting icon
"Arrow" = Arrow
"Flag1" = Flag icon
"Warning"=Exclamation Mark
"Dot"=Simple little dot. Can use these to denote movement paths
"Join"=Two Arrows joining in a circle
"Unknown"=Question Mark

seanver

  • Guest
Re:Hiding and showing markers
« Reply #2 on: 03 Sep 2002, 22:36:12 »
thanks