summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-1/barber.txt')
-rw-r--r--world/map/npc/001-1/barber.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/001-1/barber.txt b/world/map/npc/001-1/barber.txt
new file mode 100644
index 00000000..502e5401
--- /dev/null
+++ b/world/map/npc/001-1/barber.txt
@@ -0,0 +1,11 @@
+//
+
+001-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;
+}