blob: 410bb081aa8729b74ca660d07ea79769249c442c (
plain) (
tree)
|
|
//Left drinking contest guy
new_20-1.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
new_20-1.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;
}
|