summaryrefslogtreecommitdiff
path: root/npc/002-2/barber.txt
blob: 5b880e4b5cd8c3d09dec5d8bce63bd3993b279b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
002-2,22,77,0	script	Issay	NPC156,{
    mes "[Issay the Barber]";
    mes "\"Want to change your hairstyle?\"";
    next;
    callfunc "Barber";
    mes "[Issay the Barber]";
    mes "\"Come again!\"";
    close;
}