OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: StonedSoldier on 19 Jan 2004, 15:06:02

Title: Markers on map
Post by: StonedSoldier on 19 Jan 2004, 15:06:02
in my mission theres an area on map,  and when the west is in the area i want a marker on map showing that the west have captured the area, and vice versa when the east captures the area.
Title: Re:Markers on map
Post by: Tomb on 19 Jan 2004, 16:04:15
 :D ah yes! You mean HIDDEN MARKERS  :o ;)

 "MarkerName" SetMarkerType "Empty"  (thats the hidden one)

and then ia WP/Trigger, put:

 "MarkerName" SetMarkerType "Flag"


yer choise, mayo! :-*

Just use the "Set marker type" command. Type may be any of:

"Flag", "Flag1", "Dot", "Destroy", "Start", "End", "Warning",
  "Join", "Pickup", "Unknown", "Marker", "Arrow", "Empty".  8)