blob: 608f7db6b6a13baa9e3333b400b002c32b5e435c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//Left drinking contest guy
009-2,65,55,0|script|Drinker#1|121
{
mes "[Binge Drinker]";
mes "\"Ha! I'll drink muuuch mo.. more than you! Im not ooone biiit dr...dr..unk!\"";
close;
}
//Right drinking contest guy
009-2,68,55,0|script|Drinker#2|121
{
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;
}
|