summaryrefslogtreecommitdiff
path: root/world/map/npc/021-2/barber.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2013-05-26 06:23:32 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2013-05-26 15:56:43 +0200
commitcdf80879bbe7c1d023b915bab64001cd4af26ba0 (patch)
tree4a4b7f803049072e3968aa4a5f85c52a79ed4023 /world/map/npc/021-2/barber.txt
parente2f9b74abbf96b6acf26eda3a3e173cdb6f437e2 (diff)
downloadserverdata-cdf80879bbe7c1d023b915bab64001cd4af26ba0.tar.gz
serverdata-cdf80879bbe7c1d023b915bab64001cd4af26ba0.tar.bz2
serverdata-cdf80879bbe7c1d023b915bab64001cd4af26ba0.tar.xz
serverdata-cdf80879bbe7c1d023b915bab64001cd4af26ba0.zip
NPC changes
Diffstat (limited to 'world/map/npc/021-2/barber.txt')
-rw-r--r--world/map/npc/021-2/barber.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/021-2/barber.txt b/world/map/npc/021-2/barber.txt
new file mode 100644
index 00000000..d0ff401e
--- /dev/null
+++ b/world/map/npc/021-2/barber.txt
@@ -0,0 +1,11 @@
+// A barber (later we can make it so certain styles need to come from him, for a price)
+021-2.gat,72,101,0|script|Issay|156,{
+ mes "[Issay the Barber]";
+ mes "\"Do you need a change of style?\"";
+ next;
+ callfunc "Barber";
+ mes "[Issay the Barber]";
+ mes "\"Come again!\"";
+ close;
+}
+