Home   Help Search Login Register  

Author Topic: how do i teleport into a spawned object?  (Read 522 times)

0 Members and 1 Guest are viewing this topic.

BronzeEagle

  • Guest
how do i teleport into a spawned object?
« on: 02 Feb 2005, 23:24:49 »
How do I teleport into a spawned object without having died?

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:how do i teleport into a spawned object?
« Reply #1 on: 03 Feb 2005, 04:20:25 »
if i understand you correctly, you can't.  :-\ but i could be wrong

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:how do i teleport into a spawned object?
« Reply #2 on: 03 Feb 2005, 10:21:29 »
if this is a multiplayer question (respawning) then i can't help.

but if you're simply creating it, a la

Code: [Select]
_tank = "M1Abrams" createVehicle getmarkerpos "tankFactory"
then simply use the ole

Code: [Select]
loon_name moveindriver _tank
this what you were after?

BronzeEagle

  • Guest
Re:how do i teleport into a spawned object?
« Reply #3 on: 03 Feb 2005, 21:25:28 »
yeah, though i think theres an error in code one.