summaryrefslogtreecommitdiff
path: root/npc/001-2-29/edouard.txt
blob: 8aa8b279f24ea5029bd6d9fd1cc67c960a855626 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// 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;
}