summaryrefslogblamecommitdiff
path: root/world/map/npc/030-2/guards.txt
blob: 5ed2e2e99d01a9921c5c1b8bba7cf797f80d2a61 (plain) (tree)
1
2
3
4
5
6
7

                       
                               


                              
                    




                   
                              


                              
                    




                  
                                  


                              
                    








                              
// Annual Xmas Bouncers

030-2,85,43,0|script|Valjas|330
{
    callfunc "XmasStates";
    callfunc "ThrowOutTheBum";
    if(@getout) end;
    mes "[Valjas]";
    mes "\"...\"";
    close;
}

030-2,89,43,0|script|Halas|330
{
    callfunc "XmasStates";
    callfunc "ThrowOutTheBum";
    if(@getout) end;
    mes "[Halas]";
    mes "\"...\"";
    close;
}

030-2,89,84,0|script|Kilis|330,5,2
{
    callfunc "XmasStates";
    callfunc "ThrowOutTheBum";
    if(@getout) end;
    mes "[Kilis]";
    mes "\"...\"";
    close;

OnTouch:
    callfunc "XmasStates";
    callfunc "ThrowOutTheBum";
    end;
}