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








                                             
// A barber (later we can make it so certain styles need to come from him, for a price)
002-2,117,30,0|script|Issay|156
{
    mes "[Issay the Barber]";
    mes "\"Do you need a change of style?\"";
    next;
    callfunc "Barber";
    mes "[Issay the Barber]";
    mes "\"Come again!\"";
    close;
}