OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Torak on 31 Oct 2003, 19:00:47

Title: Making things appear on the map
Post by: Torak on 31 Oct 2003, 19:00:47
How do I make things like empty vehicles, navigation points, and so on appear on the map? Presumably I need to use the "Marker" things, but I haven't a clue about how...
Title: Re:Making things appear on the map
Post by: m21man on 31 Oct 2003, 19:44:33
Empty objects are easily created with createvehicle:
"type" createvehicle [x,y,z]
An example would be
Code: [Select]
"ah64" createvehicle [_sx,_sy,_sz], which would create an Apache at coordinates _sx,_sy,_sz
Title: Re:Making things appear on the map
Post by: macguba on 02 Nov 2003, 03:54:38
Markers are just, well, markers.   They don't do anything, they just indicate a spot on the map.     What do you mean by navigation points?   The more you tell us about the problem the better chance we have of helping you. :)