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

  
                                     
 






                                    
 
//

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