diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-06 11:40:44 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-06 11:40:44 -0700 |
commit | c86e465b6e874a17a5cb1162eee653ed3aeef2fe (patch) | |
tree | 791a40f4078a6ca0756c77276fefcd509b3b84e6 /world/map/npc/001-1 | |
parent | a023cf16f0ec841620c975862cb5a96de99c577f (diff) | |
download | serverdata-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')
-rw-r--r-- | world/map/npc/001-1/barber.txt | 4 |
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"; } |