EC145-Passenger.xml 661 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>null.ac</path>
  4. <!-- Pilot stuff -->
  5. <!-- Exclude pilot from view 0 -->
  6. <animation>
  7. <type>select</type>
  8. <object-name>pilot2</object-name>
  9. <condition>
  10. <not>
  11. <equals>
  12. <property>sim/current-view/view-number</property>
  13. <value>0</value>
  14. </equals>
  15. </not>
  16. </condition>
  17. </animation>
  18. <animation>
  19. <type>select</type>
  20. <object-name>pilot2</object-name>
  21. <condition>
  22. <not>
  23. <equals>
  24. <property>sim/current-view/view-number</property>
  25. <value>11</value>
  26. </equals>
  27. </not>
  28. </condition>
  29. </animation>
  30. </PropertyList>