summaryrefslogblamecommitdiff
path: root/npc/001-2-29/edouard.txt
blob: 8aa8b279f24ea5029bd6d9fd1cc67c960a855626 (plain) (tree)
1
2
3
4
5
6
7





                                                                               
                                                                     


















                                                   
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Barber of Aemil, should be placed on the 29th indoor but it's still a WIP

001-2-29,37,31,0	script	Edouard#001-2-29	NPC_EDOUARD,{
    mesn;
    mesq lg("Hello dear, what do you want today?");
    next;

    callfunc "Barber";

    mesn;
    mesq l("Bye bye!");

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}