﻿
 Please enter the following in the xml:

 <animatedObjects>
  <animatedObject saveId="pole">
   <controls triggerNode="1" posAction="ACTIVATE_HANDTOOL" posText="action_open" negText="action_close"/>
   <sounds>
    <moving file="sounds/pole.wav" loops="0" linkNode="1" volume="0.4" radius="25" innerRadius="3" fadeOut="0.25"/>
   </sounds>
   <animation duration="0.1">
    <part node="0">
     <keyFrame time="0.0" rotation="0 0 0"/>
     <keyFrame time="1" rotation="91.5 0 0"/>
    </part>
   </animation>
  </animatedObject>
 </animatedObjects>


 Please enter the following in the moddesc:

    <l10n>
        <text name="action_open"> <en>Fold down the bollard.</en> <de>Poller umklappen.</de> </text>
        <text name="action_close"> <en>Set up bollard.</en> <de>Poller aufstellen.</de> </text>
    </l10n>