1 2 3 4 5 6 7 8 9 10
function|script|rubberDuck { if (gettimetick(2) - @lastsound < 2) goto L_Return; misceffect 406; set @lastsound, gettimetick(2); goto L_Return; L_Return: return; }