OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Ilkka on 08 Jan 2003, 14:36:03
-
How can i hide markers (so you can`t see them in briefing or in the map) And how to make them appear?
-
Just use the "Set marker type" command in a trigger/wp. Type may be any of:
"Flag", "Flag1", "Dot", "Destroy", "Start", "End", "Warning",
"Join", "Pickup", "Unknown", "Marker", "Arrow", "Empty".
PS. the "HIDDEN" one is the EMPTY. choose it from the drop down menu in F6 (markers). :-* 8)
-
when you place it in the editor set its type to empty, if you want to hide it mid mission use
"markername" setmarkertype "empty"
and to reveal them use
"markername setmarkertyrpe "type"
the types are
"Flag"
"Flag1"
"Dot"
"Destroy"
"Start"
"End"
"Warning"
"Join"
"Pickup"
"Unknown"
"Marker"
"Arrow"
"Empty"
-
:booty:
-
:'(
-
Thanks. U guys are awesome.