hi ive almost finished a script to create a manned and flying harrier ..
i have no probs giving it waypoints or getting the pilot to control it however one thing has me stumped .. the harrier is always facing north 0 degrees ive played with setDir but with no luck ..
harrier sqs .
veh = createVehicle ["AV8B", position startpoint, [], 0, "FLY"];
"SoldierWPilot" createUnit [position veh, group red,"this moveindriver veh"]
harrier is created at logic named startpoint but it always faces north .. harrier is grouped with logic unit called red it follows the logics waypoints no problems .. any suggestions