<MouseFlags>LeftSingle+RightSingle+Wheel</MouseFlags>
<CallbackCode>
(M:Event) 'RightSingle' scmp 0 ==
if{ (L:AntiIceOff, enum) -- 0 max (>L:AntiIceOff, enum) }
(M:Event) 'LeftSingle' scmp 0 ==
if{ (L:AntiIceOff, enum) ++ 2 min (>L:AntiIceOff, enum) }
(M:Event) 'WheelUp' scmp 0 ==
if{ (L:AntiIceOff, enum) -- 0 max (>L:AntiIceOff, enum) }
(M:Event) 'WheelDown' scmp 0 ==
if{ (L:AntiIceOff, enum) ++ 2 min (>L:AntiIceOff, enum) }
<!-- Insert any scripts you want excecuted regardless of button/wheel used below this comment -->
(L:VC_Click,bool) ! (>L:VC_Click,bool)
1 (>L:XMLClick,enum)
</CallbackCode>