blob: 53d60778c3fa9995f4a037d8e1ef94e3c23701aa (
plain) (
tree)
|
|
//
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;
}
|