OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: sweofp on 25 Jun 2005, 12:25:32

Title: Teleport Vehicles
Post by: sweofp on 25 Jun 2005, 12:25:32
Does anyone now how to teleport tanks/cars/mgÂ's with their crews from point A to point B?
Title: Re:Teleport Vehicles
Post by: greg147 on 25 Jun 2005, 12:27:42
Use this command:

Code: [Select]
vehiclename setpos[getpos placetomove select 0, getpos placetomove select 1, +height]
Hope it helps  ;)
Title: Re:Teleport Vehicles
Post by: sweofp on 25 Jun 2005, 15:00:22
Thanks it worked nice!
 :)