// -----------------------------------------------------------
// Flightplan for the orbiter space simulation 
// for use with the Autopilot MFD
// 
// AutopilotMFD  (c) 2005 by R. Bumm, Munich 
// -----------------------------------------------------------
// small flightplan routine for testing
//
// select home base
select Brighton Beach
run takeoff 20  
operate gear
run speed 100 and  
run takeoff 5000
wait distout 13000
run hold
select Brighton Beach
wait freepad
turn curr obj
run speed 100
operate gear 
run tgt vectorland
wait 5
loop
end
