OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: BronzeEagle on 02 Feb 2005, 23:24:49
-
How do I teleport into a spawned object without having died?
-
if i understand you correctly, you can't. :-\ but i could be wrong
-
if this is a multiplayer question (respawning) then i can't help.
but if you're simply creating it, a la
_tank = "M1Abrams" createVehicle getmarkerpos "tankFactory"
then simply use the ole
loon_name moveindriver _tank
this what you were after?
-
yeah, though i think theres an error in code one.