DEPRECATED: The server data developed for the tmwAthena server used by The Mana World Legacy. All further development will take place in the "server-data" repo.
//
001-1.gat,53,38,0|script|Nicolas|100,{
mes "[Nicolas the Barber]";
mes "\"Do you need a barber?\"";
next;
callfunc "Barber";
mes "[Nicolas the Barber]";
mes "\"Come again!\"";
close;
// OnInit doesn't work for functions, they need our help
OnInit:
callfunc "OnInitBarber";
}