Home   Help Search Login Register  

Author Topic: SOLVED: "respawn_west" & setting next spawn Point  (Read 1484 times)

0 Members and 1 Guest are viewing this topic.

Offline Carroll

  • Members
  • *
  • Mission Designer (MP-"well tryin to capiche"
SOLVED: "respawn_west" & setting next spawn Point
« 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?
« Last Edit: 23 Jan 2008, 19:58:12 by Carroll »

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re: "respawn_west" & setting next spawn Point
« Reply #1 on: 23 Jan 2008, 14:55:55 »
#3 I think   ;)


Planck
I know a little about a lot, and a lot about a little.

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
Re: "respawn_west" & setting next spawn Point
« Reply #2 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.

Offline Carroll

  • Members
  • *
  • Mission Designer (MP-"well tryin to capiche"
Re: "respawn_west" & setting next spawn Point
« Reply #3 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