OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: seanver on 03 Sep 2002, 22:10:30

Title: Hiding and showing markers
Post by: seanver on 03 Sep 2002, 22:10:30
How can I hide a marker at the beggining of a mission and show it later?
Title: Re:Hiding and showing markers
Post by: icarus_uk 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
Title: Re:Hiding and showing markers
Post by: seanver on 03 Sep 2002, 22:36:12
thanks