diff --git a/conf/flight_plans/flight_plan.dtd b/conf/flight_plans/flight_plan.dtd index 914f7ae985..5abc3931eb 100644 --- a/conf/flight_plans/flight_plan.dtd +++ b/conf/flight_plans/flight_plan.dtd @@ -207,6 +207,7 @@ vmode CDATA #IMPLIED throttle CDATA #IMPLIED climb CDATA #IMPLIED alt CDATA #IMPLIED +until CDATA #IMPLIED height CDATA #IMPLIED> lprintf "NavGotoXY(last_x, last_y);\n"; ignore(output_vmode x "" "") end; + begin + try + let c = parsed_attrib x "until" in + lprintf "if (%s) NextStageAndBreak();\n" c + with + ExtXml.Error _ -> () + end; lprintf "break;\n" | "xyz" -> stage ();