summaryrefslogtreecommitdiff
path: root/world/map/npc/items/rubber_bat.txt
blob: ea569a22b176dd8c224354cab8744cf2abc177fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
function|script|rubberBat
{
    if (gettimetick(2) - @lastsound < 2) goto L_Return;
    misceffect 403;
    set @lastsound, gettimetick(2);
    goto L_Return;

L_Return:
//    debugmes "Check";
    if ($DOOMSDAY == 3)
        addtimer 10, "#TMWFinalExam::OnRubberBat";
    return;
}