Home   Help Search Login Register  

Author Topic: Place a Hidden Marker On Map  (Read 503 times)

0 Members and 3 Guests are viewing this topic.

Offline sharkyjoe

  • Members
  • *
  • Have you taken a BMP out at 500 meters??
Place a Hidden Marker On Map
« on: 25 Mar 2005, 16:31:10 »
After the game is going for a while. I would like to place a maker on the map after a pilot is  dead and the players move on to a new Exctraction point(marker).
this is in trigger on conditon : not(alive heliPilot)
                         Activation:"5" objStatus "ACTIVE"; "5"objstatus "done"; "obj5" SetMarkerType "Arrow";
Done the inti.sqs hidden stuff to it also
Gone through Tutes, even the Hidden objective and markers by Snyper.
The Hidden marker does not show up.??
Remember the 7 Ps??--- Proper Previous Planning Prevents Pathetically Poor Performance

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:Place a Hidden Marker On Map
« Reply #1 on: 25 Mar 2005, 18:33:40 »
I presume you have a marker that you have placed in the editor called obj5 and that you have made it an Arrow.  Then in init.sqs you have the line
"obj5" setMarkerType "Empty"

In which case I have no idea what to suggest.

By the way you don't need both
:"5" objStatus "ACTIVE"; "5"objstatus "done";

You can go from Hidden to Done in one step.

Offline sharkyjoe

  • Members
  • *
  • Have you taken a BMP out at 500 meters??
Re:Place a Hidden Marker On Map
« Reply #2 on: 29 Mar 2005, 22:27:25 »
Thank-you THobson. You have pointed me in the right direction again.  :)
Remember the 7 Ps??--- Proper Previous Planning Prevents Pathetically Poor Performance