Home   Help Search Login Register  

Author Topic: Markers  (Read 1018 times)

0 Members and 1 Guest are viewing this topic.

seanver

  • Guest
Markers
« on: 25 Sep 2002, 19:13:07 »
I have an empty marker, and I have in a trigger this command all SetMarkerType "Destroy" to "activate" it. The marker is named all, but although the trigger works well, the marker is not shown on the map.

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Markers
« Reply #1 on: 25 Sep 2002, 19:20:08 »
Thats coz the EMPTY marker is a HIDDEN marker  :o just change it  ;) (dropDown menu)
« Last Edit: 25 Sep 2002, 19:21:03 by Tomb »

seanver

  • Guest
Re:Markers
« Reply #2 on: 25 Sep 2002, 19:22:18 »
BUt I don't want the marker to be seen at the beginning of the mission. I want it to be seen later.

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Markers
« Reply #3 on: 25 Sep 2002, 19:25:08 »
 ::) uuum, ya said it didn't show up, thus: ya wan't it to show...
but now ya don't want it to show  :P ;D

oh well, try this :

"MarkerName" setMarkerType "Arrow"

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"  :-*

seanver

  • Guest
Re:Markers
« Reply #4 on: 25 Sep 2002, 21:00:15 »
thanks