OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started by: Carroll on 23 Jan 2008, 14:03:33

Title: SOLVED: "respawn_west" & setting next spawn Point
Post 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?
Title: Re: "respawn_west" & setting next spawn Point
Post by: Planck on 23 Jan 2008, 14:55:55
#3 I think   ;)


Planck
Title: Re: "respawn_west" & setting next spawn Point
Post by: Mandoble on 23 Jan 2008, 16:25:10
yes, only 3 will work. Markers dont use any getPos or setPos, for markers you must use always setMarkerPos or getMarkerPos commands.
Title: Re: "respawn_west" & setting next spawn Point
Post by: Carroll on 23 Jan 2008, 17:40:06
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