diff options
Diffstat (limited to 'world/map/npc/001-1/barber.txt')
-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"; } |