Hi, today see this script (ToggleAnimations) by da-hoffi and I thought it would help me to make some adjustments the frontloaders (telehander, wheelloaders...), I've been wanting to "automate" it for a long time. Pre-fix key for each position: load, transport, pre-unload and unload.
Well, is all include in the xml, show the input in the game menu, but no work, nothing happens, no show errors....
Code
		
					
				        <animation name="load">
            <part node="arm" startTime="0" endTime="0.4" startRot="0 0 0" endRot="-3.3 0 0"/>
            <part node="attacherRot" startTime="0" endTime="0.4" startRot="0 0 0" endRot="8 0 0"/>
            <actionSound template="defaultHydraulicSound" pitchScale="1.1" volumeScale="0.8" linkNode="arm" actionNames="TRANSLATING_POS TRANSLATING_NEG" nodes="arm" fadeIn="0.1" fadeOut="0.05"/>
        </animation>
        <animation name="transport">
            <part node="arm" startTime="0" endTime="0.4" startRot="-3.3 0 0" endRot="-10 0 0"/>
            <part node="attacherRot" startTime="0" endTime="0.4" startRot="8 0 0" endRot="-2 0 0"/>
            
            <actionSound template="defaultHydraulicSound" pitchScale="1.1" volumeScale="0.8" linkNode="arm" actionNames="TRANSLATING_POS TRANSLATING_NEG" nodes="arm" fadeIn="0.1" fadeOut="0.05"/>
        </animation>
        <animation name="preUnload">
            <part node="arm" startTime="0" endTime="0.4" startRot="-10 0 0" endRot="-65 0 0"/>
            <part node="attacherRot" startTime="0" endTime="0.4" startRot="-2 0 0" endRot="65 0 0"/>
            
            <actionSound template="defaultHydraulicSound" pitchScale="1.1" volumeScale="0.8" linkNode="arm" actionNames="TRANSLATING_POS TRANSLATING_NEG" nodes="arm" fadeIn="0.1" fadeOut="0.05"/>
        </animation>
        <animation name="Unload">
            <part node="arm" startTime="0" endTime="0.4" startRot="-10 0 0" endRot="-65 0 0"/>
            <part node="attacherRot" startTime="0" endTime="0.4" startRot="65 0 0" endRot="130 0 0"/>
            
            <actionSound template="defaultHydraulicSound" pitchScale="1.1" volumeScale="0.8" linkNode="arm" actionNames="TRANSLATING_POS TRANSLATING_NEG" nodes="arm" fadeIn="0.1" fadeOut="0.05"/>
        </animation>
        <animation name="transportMode">
            <part node="arm" startTime="0" endTime="0.4" startRot="-10 0 0" endRot="-65 0 0"/>
            <part node="attacherRot" startTime="0" endTime="0.4" startRot="-2 0 0" endRot="65 0 0"/>
            
            <actionSound template="defaultHydraulicSound" pitchScale="1.1" volumeScale="0.8" linkNode="arm" actionNames="TRANSLATING_POS TRANSLATING_NEG" nodes="arm" fadeIn="0.1" fadeOut="0.05"/>
        </animation>
Am I doing something wrong? or is it not possible with this script?
Thanks for you attentions guys...
 and show a error:
 and show a error: but continue showing the error:
  but continue showing the error:

