Home   Help Search Login Register  

Author Topic: Hiding and showing markers  (Read 1014 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