diff options
Diffstat (limited to 'world/map/npc/009-2/drunks.txt')
-rw-r--r-- | world/map/npc/009-2/drunks.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/npc/009-2/drunks.txt b/world/map/npc/009-2/drunks.txt index 61246b4e..a20a0c91 100644 --- a/world/map/npc/009-2/drunks.txt +++ b/world/map/npc/009-2/drunks.txt @@ -1,16 +1,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; +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; +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; } |