Hello
I would like to make the beacon light and the strobe light assigned to the same button in my plane.
The problem is that in the XML, if I add the line below, it does not work.
"
<UseTemplate Name="ASOBO_LIGHTING_Switch_Light_Beacon_Template">
<NODE_ID>BEACON_LIGHT_SWITCH</NODE_ID>
<ANIM_NAME>BEACON_Light</ANIM_NAME>
<LIGHT_TYPE>BEACON</LIGHT_TYPE>
<LIGHT_TYPE>STROBE</LIGHT_TYPE>
</UseTemplate>
"
Same when I add a new template with the same name of node and anim for my button.
"
<UseTemplate Name="ASOBO_LIGHTING_Switch_Light_Strobe_Template">
<NODE_ID>BEACON_LIGHT_SWITCH</NODE_ID>
<ANIM_NAME>BEACON</ANIM_NAME>
<LIGHT_TYPE>STROBE</LIGHT_TYPE>
</UseTemplate>
"
I was told that I would have to make a custom code but I don't know how to code and currently I don't have anyone to make one.
sincerely.