OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: greg147 on 19 Mar 2005, 23:22:18
-
Hi all,
I have this plane, and using setvelocity and some other stuff I've made it land, gear up, in the middle of a field, and stay alive.
But I have a problem with getting the guys in the back to get out after its stopped. :P
They don't seem to respond to the 'get out' waypoints, or maybe i'm just using them wrong.
Does anyone know how to make it happen?
-
Try
unassignVehicle unit
and
group allowGetIn false
If that doesn't work and no one is watching you could also setPos them to just out side the plane
-
Use this.
http://www.ofpec.com/editors/resource_view.php?id=195
-
try a combination of
unassignVehicle unit
unit action ["Eject",vehicle unit]
-
Thanks for the suggestions.
I tried unassignvehicle and it works.
Thanks ;D