summaryrefslogtreecommitdiff
path: root/npc/002-2/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-2/barber.txt')
-rwxr-xr-xnpc/002-2/barber.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/002-2/barber.txt b/npc/002-2/barber.txt
new file mode 100755
index 00000000..5b880e4b
--- /dev/null
+++ b/npc/002-2/barber.txt
@@ -0,0 +1,10 @@
+002-2,22,77,0 script Issay NPC156,{
+ mes "[Issay the Barber]";
+ mes "\"Want to change your hairstyle?\"";
+ next;
+ callfunc "Barber";
+ mes "[Issay the Barber]";
+ mes "\"Come again!\"";
+ close;
+}
+