<?xml version="1.0"?> <PropertyList> <description>Boeing 787-800</description> <author>Ian(Yves) Tolosa. June 2016 </author> <path>Models/788.ac</path> <offsets> <pitch-deg>-0.75</pitch-deg> </offsets> <animation> <type>select</type> <object-name>Gear</object-name> <condition> <less-than> <property>velocities/true-airspeed-kt</property> <value>150</value> </less-than> </condition> </animation> <nasal> <load> var model = cmdarg(); model.getNode("door[0]/position-x-m", 1).setValue(-21.9937); model.getNode("door[0]/position-y-m", 1).setValue(5.55); model.getNode("door[0]/position-z-m", 1).setValue(2.31831); model.getNode("door[0]/jetway-hood-deg", 1).setValue(21); </load> </nasal> </PropertyList>