summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/drunks.txt
blob: 61246b4e0db058700f389b722d661bbed708cef2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//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;
}