OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Ilkka on 08 Jan 2003, 14:36:03

Title: Markers
Post 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?
Title: Re:Markers
Post by: Tomb on 08 Jan 2003, 16:01:12
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)
Title: Re:Markers
Post by: Black_Feather on 08 Jan 2003, 16:02:28
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"
Title: Re:Markers
Post by: Tomb on 08 Jan 2003, 16:03:19
 :booty:
Title: Re:Markers
Post by: Black_Feather on 08 Jan 2003, 16:11:22
 :'(
Title: Re:Markers
Post by: Ilkka on 08 Jan 2003, 18:11:17
Thanks. U guys are awesome.