OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Ryu on 31 Dec 2004, 12:57:36

Title: Moving a marker
Post by: Ryu on 31 Dec 2004, 12:57:36
I am randomly puting a unit in a building and I want a marker to show which building he is in in the briefing. how do I connect the marker to the unit ?

Cheers
Title: Re:Moving a marker
Post by: Platoon Patton on 31 Dec 2004, 13:47:52
Try

"Markername" SetMarkerPos (getpos unit)
Title: Re:Moving a marker
Post by: Ryu on 01 Jan 2005, 04:47:51
Thanks for the quick reply :D
Title: Re:Moving a marker
Post by: pazuzu on 01 Jan 2005, 11:02:30
The BAS GPS marker script is pretty cool.

Marker follows unit everywhere he goes.
Title: Re:Moving a marker
Post by: Triggerhappy on 01 Jan 2005, 16:53:41
why is this in multiplayer?