blob: a20a0c9162c0d46fbc15ba92b83c68d42be3052e (
plain) (
tree)
|
|
//Left drinking contest guy
009-2.gat,65,55,0|script|Drinker|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|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;
}
|