From c86e465b6e874a17a5cb1162eee653ed3aeef2fe Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 6 Sep 2011 11:40:44 -0700 Subject: In barber script, show your initial color/style. --- world/map/npc/001-1/barber.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'world/map/npc/001-1') 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"; } -- cgit v1.2.3-60-g2f50