if Pressed(Key.B) then //wood chop start toggle(var.onoff) endif if (var.onoff)=1 then (Key.E)=1 Wait(50ms) (Key.E)=0 say('Chop') Wait(33.5seconds) endif