OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: greg147 on 19 Mar 2005, 23:22:18

Title: Getting out after landing
Post 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?
Title: Re:Getting out after landing
Post by: THobson on 19 Mar 2005, 23:44:15
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
Title: Re:Getting out after landing
Post by: The-Architect on 20 Mar 2005, 00:56:38
Use this.

http://www.ofpec.com/editors/resource_view.php?id=195
Title: Re:Getting out after landing
Post by: StonedSoldier on 20 Mar 2005, 01:07:59
try a combination of

unassignVehicle unit
unit action ["Eject",vehicle unit]
Title: Re:Getting out after landing
Post by: greg147 on 20 Mar 2005, 11:28:05
Thanks for the suggestions.

I tried unassignvehicle and it works.

Thanks  ;D