summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/barber.txt
blob: e58ee880ff4c6b9499cc1f72d8fc8cd120087d21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//

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";
}