This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Models/Instruments/Upper-ECAM-MSG/ECAM-MSG.xml

45 lines
807 B
XML

<?xml version="1.0"?>
<!--
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<!--
#############################################
# A3XX ECAM by Joshua Davidson (it0uchpods) #
#############################################
-->
<PropertyList>
<path>EMPTY.ac</path>
<model>
<path>LEFT-MSG.xml</path>
<condition>
<or>
<equals>
<property>ECAM/left-msg</property>
<value>MSG</value>
</equals>
<equals>
<property>ECAM/left-msg</property>
<value>TO-MEMO</value>
</equals>
</or>
</condition>
</model>
<model>
<path>TO-MEMO.xml</path>
<condition>
<equals>
<property>ECAM/left-msg</property>
<value>TO-MEMO</value>
</equals>
</condition>
</model>
</PropertyList>