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

001-1.gat,52,36,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;
}