OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: BronzeEagle on 02 Feb 2005, 23:24:49

Title: how do i teleport into a spawned object?
Post by: BronzeEagle on 02 Feb 2005, 23:24:49
How do I teleport into a spawned object without having died?
Title: Re:how do i teleport into a spawned object?
Post by: Triggerhappy on 03 Feb 2005, 04:20:25
if i understand you correctly, you can't.  :-\ but i could be wrong
Title: Re:how do i teleport into a spawned object?
Post by: bedges 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?
Title: Re:how do i teleport into a spawned object?
Post by: BronzeEagle on 03 Feb 2005, 21:25:28
yeah, though i think theres an error in code one.