summaryrefslogtreecommitdiff
path: root/npc/026-2/barman.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/026-2/barman.txt')
-rw-r--r--npc/026-2/barman.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/026-2/barman.txt b/npc/026-2/barman.txt
new file mode 100644
index 00000000..5c45bde0
--- /dev/null
+++ b/npc/026-2/barman.txt
@@ -0,0 +1,9 @@
+026-2,37,24,0 script Bennet NPC310,{
+ mes "[Bennet]";
+ mes "\"Hi there, stranger! My name is Bennet, the bartender here.\"";
+ next;
+ mes "[Bennet]";
+ mes "\"If you're planning to stick around for a while, please check back with me later. I might have some work for you.\"";
+ mes "\"In the meantime, enjoy your stay!\"";
+ close;
+}