summaryrefslogtreecommitdiff
path: root/world/map/npc/items/silver_bell.txt
blob: c1ea2e50a7cc064466bdc5185e2c9e2750090841 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
function|script|SilverBellSound
{
    if (gettimetick(2) - @lastsilverbell < 3) goto L_Return;
    misceffect 404;
    set @lastsilverbell, gettimetick(2);
    goto L_Return;

L_Return:
    return;
}