blob: 73158c14e213532c30465e92b2eef00779fb2aa1 (
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.gat,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.gat,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;
}
|