summaryrefslogblamecommitdiff
path: root/world/map/npc/001-1/barber.txt
blob: 94525bd5e81917a9cd379765c2bb9be4fd37185e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

  

                                     






                                    
 
//

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