OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: redmenace on 16 Dec 2005, 02:53:37

Title: AI Plane landing
Post by: redmenace on 16 Dec 2005, 02:53:37
hey

is there a command you can put in on activation of a way point for an airplane to turn on landing autopilot/takeoff auto pilot? It would really be helpful for this mission I'm making, as its hard to make planes land and taxi and take off.

thanks a lot
Title: Re:AI Plane landing
Post by: Tyger on 16 Dec 2005, 02:55:47
plane action ["LANDING AUTOPILOT"] I think? :P

Plank knows, and he will be around shortly.  ;D

Check the tutorial in the Editor's Depot.
Title: Re:AI Plane landing
Post by: Pilot on 16 Dec 2005, 05:14:49
Well, I'm not Planck...but I think I know the answer! ;D

Tyger's method might work...not too sure.  I'm pretty sure all you need is a Get Out waypoint on the map.

-Pilot
Title: Re:AI Plane landing
Post by: macguba on 16 Dec 2005, 11:21:54
Landing and taking off will only work on a working airfield, of which there is a maximum of one per island.    Aircraft will taxi south down the taxiway then take off towards the north.   They also land in a northwards direction.     You only need simple waypoints to control this.

Complex ground manoevres are nearly impossible on a working airfield because the aircraft are forever being "caught" by the runway or taxiway.    
Title: Re:AI Plane landing
Post by: Morglor9 on 17 Dec 2005, 06:18:40
I've always used:

AI_plane land "LAND"

And it works for me