summaryrefslogtreecommitdiff
path: root/npc/001-1/edouard.txt
blob: 2d364c25035a92ca679ee59655520d7eea8fefc3 (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-1,133,87,0	script	Edouard#001-2-29	430,{
    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;
}