OFPEC Forum
Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started by: Carroll on 23 Jan 2008, 14:03:33
-
1.) "respawn_west" setMarkerPos getPos MarkerName
2.) "respawn_west" setMarkerPos (getPos MarkerName)
3.) "respawn_west" setMarkerPos getMarkerPos "MarkerName"
Up until now i have always used example #1 above when resetting MP respawn points, however it has never worked consistantly for me. I done some experimenting & discovered that #2 & #3 also seem to do the same job & without errors?
Which one should i be using to get a more consistant result?
-
#3 I think ;)
Planck
-
yes, only 3 will work. Markers dont use any getPos or setPos, for markers you must use always setMarkerPos or getMarkerPos commands.
-
cheers & thanks for the prompt replies :good: ,one thing less i'll have to worry about whether it will work or not each time during testing