Hello all. First post for me. I'm just beginning creating missions and I'm finding out there is a mountain of things to learn. Having a lot of fun so far.
My first mission is an IFR flight from Tulsa to St. Louis. Doing pretty good so far but I'm stumped on one item. How do you set a trigger to fire a dialog action when the aircraft is x DME miles from a VOR?
This is what I tried but its not working:
<SimMission.PropertyTrigger InstanceId="{0FF8BDCC-9D1A-44DD-B106-740774C0ED55}">
<Descr>Test nav dme trigger</Descr>
<Condition>
<And>
<LessOrEqual>
<LHS>
<Constant>
<Text>NAV DME:</Text>
</Constant>
</LHS>
<RHS>
<Constant>
<Double>20.000</Double>
</Constant>
</RHS>
</LessOrEqual>
</And>
</Condition>
<Actions>
<ObjectReference id="Dia Track SGF outbound 039" InstanceId="{B85C24F8-A7B1-430F-9B99-E5A86DA94749}">
</ObjectReference>
</Actions>
Thanks in advance.
Jerry
My first mission is an IFR flight from Tulsa to St. Louis. Doing pretty good so far but I'm stumped on one item. How do you set a trigger to fire a dialog action when the aircraft is x DME miles from a VOR?
This is what I tried but its not working:
<SimMission.PropertyTrigger InstanceId="{0FF8BDCC-9D1A-44DD-B106-740774C0ED55}">
<Descr>Test nav dme trigger</Descr>
<Condition>
<And>
<LessOrEqual>
<LHS>
<Constant>
<Text>NAV DME:</Text>
</Constant>
</LHS>
<RHS>
<Constant>
<Double>20.000</Double>
</Constant>
</RHS>
</LessOrEqual>
</And>
</Condition>
<Actions>
<ObjectReference id="Dia Track SGF outbound 039" InstanceId="{B85C24F8-A7B1-430F-9B99-E5A86DA94749}">
</ObjectReference>
</Actions>
Thanks in advance.
Jerry

