summaryrefslogtreecommitdiff
path: root/world/map/npc/items/rubber_duck.txt
blob: 8a822752216179d117d6c0620a9abf43912beee4 (plain) (blame)
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;
}