summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/barman.txt
diff options
context:
space:
mode:
authorTheKandiman <thekandiman@gmail.com>2011-02-24 22:06:26 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2011-03-01 17:12:44 +0100
commitb87992db63a4b3f16b834e42ffa0d11594384595 (patch)
tree32ebcb7e12b41460188a1ec2bc18be89e3de7da9 /npc/027-2_Caretakers_House/barman.txt
parente522fffe8aceeda79cb58cacde5241319fceddac (diff)
downloadserverdata-b87992db63a4b3f16b834e42ffa0d11594384595.tar.gz
serverdata-b87992db63a4b3f16b834e42ffa0d11594384595.tar.bz2
serverdata-b87992db63a4b3f16b834e42ffa0d11594384595.tar.xz
serverdata-b87992db63a4b3f16b834e42ffa0d11594384595.zip
gy inn: basic dialog for barman, minor spelling/grammar updates
Diffstat (limited to 'npc/027-2_Caretakers_House/barman.txt')
-rw-r--r--npc/027-2_Caretakers_House/barman.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/027-2_Caretakers_House/barman.txt b/npc/027-2_Caretakers_House/barman.txt
new file mode 100644
index 00000000..709750c5
--- /dev/null
+++ b/npc/027-2_Caretakers_House/barman.txt
@@ -0,0 +1,9 @@
+027-2.gat,103,22,0 script Barman 310,{
+ mes "[Barman]";
+ mes "\"Hi there stranger! My name is Bennet, the bartender here.\"";
+ next;
+ mes "[Bennet]";
+ mes "\"If you are planning to stick around for a while, please check back with me later. I might have some work for you.\"";
+ mes "\"In the meanwhile, enjoy your stay!\"";
+ close;
+}