summaryrefslogtreecommitdiff
path: root/npc/009-2/drunks.txt
blob: 79794140f135c03d5fcdbe1ec87a954e443990b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
009-2,65,55,0	script	Drinker#1	NPC121,{
    mes "[Binge Drinker]";
    mes "\"Ha! I'll drink muuuch mo.. more than you! Im not ooone biiit dr...dr..unk!\"";
    close;
}


009-2,68,55,0	script	Drinker#2	NPC121,{
    mes "[Binge Drinker]";
    mes "\"I can still drink more! Better give up you... you... teelotaler! MORE BEER MELINDA!\"";
    //I know it's called "teetotaler". That error is on purpose.
    close;
}