- Messages
- 19
- Country
-
Hi all
I have a simple script that shows or hides my doors and it works well.
Ideally I would like either a A:CANOPY_OPEN or A:EXIT_OPEN variable to triggered when the doors are not visible as this is the only way I know currently to trigger open door noises whilst in the cockpit?
Is it possible to amend this code so that the Canopy open or exit open is triggered when doors are hidden? Any help much appreciated - and if anybody wants a simple visibility code for doors - this works well!
" <Component ID="ALL_Doors">
<Component ID="ALL_Doors" Node="ALL_Doors">
<UseTemplate Name="ASOBO_GT_Visibility">
<VISIBILITY_CODE>(L: DOORS_VIS, Bool) !</VISIBILITY_CODE>
</UseTemplate>
</Component>
<Component ID="DOORS_TOGGLE" Node="DOORS_TOGGLE">
<UseTemplate Name="ASOBO_GT_Interaction_LeftSingle_Code">
<LEFT_SINGLE_CODE>(L: DOORS_VIS, Bool) ! (>L: DOORS_VIS, Bool)</LEFT_SINGLE_CODE>
</UseTemplate>
</Component>
</Component>"
I have a simple script that shows or hides my doors and it works well.
Ideally I would like either a A:CANOPY_OPEN or A:EXIT_OPEN variable to triggered when the doors are not visible as this is the only way I know currently to trigger open door noises whilst in the cockpit?
Is it possible to amend this code so that the Canopy open or exit open is triggered when doors are hidden? Any help much appreciated - and if anybody wants a simple visibility code for doors - this works well!
" <Component ID="ALL_Doors">
<Component ID="ALL_Doors" Node="ALL_Doors">
<UseTemplate Name="ASOBO_GT_Visibility">
<VISIBILITY_CODE>(L: DOORS_VIS, Bool) !</VISIBILITY_CODE>
</UseTemplate>
</Component>
<Component ID="DOORS_TOGGLE" Node="DOORS_TOGGLE">
<UseTemplate Name="ASOBO_GT_Interaction_LeftSingle_Code">
<LEFT_SINGLE_CODE>(L: DOORS_VIS, Bool) ! (>L: DOORS_VIS, Bool)</LEFT_SINGLE_CODE>
</UseTemplate>
</Component>
</Component>"