summaryrefslogtreecommitdiff
path: root/world/map/npc/030-2/gaurds.txt
blob: c0f30e769d7c962ae9e93d326b2d5d209ff84a97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Annual Xmas Bouncers

030-2.gat,85,43,0|script|Valjas|330,
{
    callfunc "XmasStates";
    callfunc "ThrowOutTheBum";
    mes "[Valjas]";
    mes "\"...\"";
    close;
}

030-2.gat,89,43,0|script|Halas|330,
{
    callfunc "XmasStates";
    callfunc "ThrowOutTheBum";
    mes "[Halas]";
    mes "\"...\"";
    close;
}

030-2.gat,89,84,0|script|Kilis|330,5,2,
{
    callfunc "XmasStates";
    callfunc "ThrowOutTheBum";
    mes "[Kilis]";
    mes "\"...\"";
    close;

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