David Culp: just add the new <repeat> capability.
This commit is contained in:
parent
6fdcedd97d
commit
8f42d686ae
1 changed files with 5 additions and 2 deletions
|
@ -8,8 +8,10 @@
|
||||||
<model> tag, and you can also change the "flight plan" by
|
<model> tag, and you can also change the "flight plan" by
|
||||||
changing the <flightplan> tag. Look in the subdirectory
|
changing the <flightplan> tag. Look in the subdirectory
|
||||||
FlightPlans to find some that I've already defined, including
|
FlightPlans to find some that I've already defined, including
|
||||||
some arrivals. When an AI aircraft gets to the end of its
|
some arrivals. Normally, when an AI aircraft gets to the end
|
||||||
flight plan it deletes itself.
|
of its flight plan it deletes itself, however the
|
||||||
|
<repeat>1</repeat> tag will cause the AI aircraft to start again
|
||||||
|
indefinitely.
|
||||||
|
|
||||||
Dave Culp, davidculp2@comcast.net
|
Dave Culp, davidculp2@comcast.net
|
||||||
|
|
||||||
|
@ -25,6 +27,7 @@
|
||||||
<class>jet_transport</class>
|
<class>jet_transport</class>
|
||||||
<model>Aircraft/737/Models/boeing733.xml</model>
|
<model>Aircraft/737/Models/boeing733.xml</model>
|
||||||
<flightplan>KSFO_depart_south_28L.xml</flightplan>
|
<flightplan>KSFO_depart_south_28L.xml</flightplan>
|
||||||
|
<repeat>1</repeat>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
</scenario>
|
</scenario>
|
||||||
|
|
Loading…
Reference in a new issue