Harrier spawns & does what its supposed to ... just always spawns facing north.
westgrpair = createGroup west;
_wp = westgrpair addWaypoint [getPos AV8Move, 0];
_wp setWaypointType "HOLD";
AV8b = createVehicle ["AV8b", [0,90,0], ["AV8Spawn1","AV8Spawn2","AV8Spawn3"], 0, "FLY"];
"SoldierWCrew" createUnit [[0,0,20], westgrpair, "this setBehaviour ""CARELESS""; Pilot = this; this removeWeapon ""NVGoggles""; this setDir 90; this MoveInDriver AV8b", 0.6, "private"];
AV8b setDir 90;
Pilot setDir 90;
AV8b flyInHeight 600;