blob: 07623426231ef32da5c8b4b856a6052a4db5e83a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
function|script|SilverBellSound
{
if (gettimetick(2) - @lastsound < 2) goto L_Return;
misceffect 404;
set @lastsound, gettimetick(2);
goto L_Return;
L_Return:
return;
}
|