-------------------------------------------------------------------------------- -- Handler.......... : onRotateHelix -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function Weapon0.onRotateHelix ( ) -------------------------------------------------------------------------------- local r = this.nHelixRotation ( ) + 120 if ( r < 240 ) then this.nHelixRotation ( r ) end -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------