<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList>
	<path>EDLTtower.ac</path>
	<nasal>
		<load>
			<![CDATA[
			
			setprop("EDLT/tor" , 0);
			print("EDLT loaded");
			
			]]>
		</load>
	</nasal>
	<animation>
		<type>translate</type>
		<object-name>hangartorR</object-name>
		<property>EDLT/tor</property>
		<factor>7</factor>
		<axis>
			<x>0</x>
			<y>1</y>
			<z>0</z>
		</axis>
	</animation>
	<animation>
		<type>translate</type>
		<object-name>hangartorL</object-name>
		<property>EDLT/tor</property>
		<factor>7</factor>
		<axis>
			<x>0</x>
			<y>-1</y>
			<z>0</z>
		</axis>
	</animation>
	<animation>
		<type>pick</type>
		<object-name>hangartorR</object-name>
		<object-name>hangartorL</object-name>
		<condition>
			<equals>
				<property>EDLT/tor</property>
				<value>0</value>
			</equals>
		</condition>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<interval-sec>0.2</interval-sec>
			<binding>
				<command>property-interpolate</command>
				<property>EDLT/tor</property>
				<value>1</value>
				<time>2</time>
			</binding>
		</action>
	</animation>
	<animation>
		<type>pick</type>
		<object-name>hangartorR</object-name>
		<object-name>hangartorL</object-name>
		<condition>
			<equals>
				<property>EDLT/tor</property>
				<value>1</value>
			</equals>
		</condition>
		<action>
			<button>0</button>
			<repeatable>false</repeatable>
			<interval-sec>0.2</interval-sec>
			<binding>
				<command>property-interpolate</command>
				<property>EDLT/tor</property>
				<value>0</value>
				<time>2</time>
			</binding>
		</action>
	</animation>
</PropertyList>