blob: 0ed69626e299d7ed599912c09347395638563e64 (
plain) (
tree)
|
|
// 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 "\"Want to change your hairstyle?\"";
next;
callfunc "Barber";
mes "[Issay the Barber]";
mes "\"Come again!\"";
close;
}
|