- Messages
- 7
- Country

Hi, I've got a problem to set my L:Example variable for ASOBO_GT_Toggle_Variable_Anim. How it should be written when want to set new variable (L:Example) with percent of animation? Now animation which I have is looks like that. Animation works, sound works too, but need to set Lvar depends on animation position. Thx
<Component ID="COCKPIT_DOOR_HANDLE" Node="COCKPIT_DOOR_HANDLE">
<UseTemplate Name="ASOBO_GT_Toggle_Variable_Anim">
<ANIM_NAME>COCKPIT_DOOR</ANIM_NAME>
<ANIM_LAG>80</ANIM_LAG>
<VAR_NAME>Pos</VAR_NAME>
<VAR_SCOPE>O</VAR_SCOPE>
<TOOLTIP_TITLE_IS_DYNAMIC>True</TOOLTIP_TITLE_IS_DYNAMIC>
<TOOLTIP_TITLE>'COCKPIT_DOOR_HANDLE'</TOOLTIP_TITLE>
<WWISE_EVENT_1>cockpit_door_open</WWISE_EVENT_1>
<WWISE_EVENT_2>cockpit_door_close</WWISE_EVENT_2>
</UseTemplate>
</Component>
<Component ID="COCKPIT_DOOR_HANDLE" Node="COCKPIT_DOOR_HANDLE">
<UseTemplate Name="ASOBO_GT_Toggle_Variable_Anim">
<ANIM_NAME>COCKPIT_DOOR</ANIM_NAME>
<ANIM_LAG>80</ANIM_LAG>
<VAR_NAME>Pos</VAR_NAME>
<VAR_SCOPE>O</VAR_SCOPE>
<TOOLTIP_TITLE_IS_DYNAMIC>True</TOOLTIP_TITLE_IS_DYNAMIC>
<TOOLTIP_TITLE>'COCKPIT_DOOR_HANDLE'</TOOLTIP_TITLE>
<WWISE_EVENT_1>cockpit_door_open</WWISE_EVENT_1>
<WWISE_EVENT_2>cockpit_door_close</WWISE_EVENT_2>
</UseTemplate>
</Component>