summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/barber.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-09-06 11:40:44 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-09-06 11:40:44 -0700
commitc86e465b6e874a17a5cb1162eee653ed3aeef2fe (patch)
tree791a40f4078a6ca0756c77276fefcd509b3b84e6 /world/map/npc/001-1/barber.txt
parenta023cf16f0ec841620c975862cb5a96de99c577f (diff)
downloadserverdata-c86e465b6e874a17a5cb1162eee653ed3aeef2fe.tar.gz
serverdata-c86e465b6e874a17a5cb1162eee653ed3aeef2fe.tar.bz2
serverdata-c86e465b6e874a17a5cb1162eee653ed3aeef2fe.tar.xz
serverdata-c86e465b6e874a17a5cb1162eee653ed3aeef2fe.zip
In barber script, show your initial color/style.
Diffstat (limited to 'world/map/npc/001-1/barber.txt')
-rw-r--r--world/map/npc/001-1/barber.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/001-1/barber.txt b/world/map/npc/001-1/barber.txt
index 4a0b9d57..103e303a 100644
--- a/world/map/npc/001-1/barber.txt
+++ b/world/map/npc/001-1/barber.txt
@@ -8,4 +8,8 @@
mes "[Nicolas the Barber]";
mes "\"Come again!\"";
close;
+
+// OnInit doesn't work for functions, they need our help
+OnInit:
+ callfunc "OnInitBarber";
}