summaryrefslogtreecommitdiff
path: root/world/map/npc/002-2/barber.txt
blob: 3de8900563cfe8779108b935a4410475f705d639 (plain) (blame)
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,22,77,0|script|Issay|156
{
    mes "[Issay the Barber]";
    mes "\"Want to change your hairstyle?\"";
    next;
    callfunc "Barber";
    mes "[Issay the Barber]";
    mes "\"Come again!\"";
    close;
}