summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar/barber.txt')
-rw-r--r--npc/001-1_Tulimshar/barber.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/barber.txt b/npc/001-1_Tulimshar/barber.txt
new file mode 100644
index 00000000..bd6b148e
--- /dev/null
+++ b/npc/001-1_Tulimshar/barber.txt
@@ -0,0 +1,9 @@
+new_3-1.gat,53,38,0 script Nicolas 100,{
+ mes "[Nicolas the Barber]";
+ mes "\"Do you need a barber?\"";
+ next;
+ callfunc "Barber";
+ mes "[Nicolas the Barber]";
+ mes "\"Come again!\"";
+ close;
+}