been playing with making some AI plans for FSX using TDBB, but I've hit a problem. I can make a standard A to B flightplan. That compiles and works fine. The snag is I can't get touch and goes working :-(
Been though the SDK, but even the examples given don't want to work.
Here's a sample schedule:
Code: Select all
SPITDWB,DWB,50,ONE_DAY,VFR
{
1300,EGSU,32,,1330
}
HURRSDN,SDN,50,ONE_DAY,VFR
{
1315,EGKB,32
1515,EGSU,33
}
Any ideas? HELP