summaryrefslogtreecommitdiff
path: root/npc/001-2-6/dolfina.txt
blob: d00f6d8f7b6a5e1daac6a66dd74ec6254c1d6e63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Aemil

001-2-6,31,44,0	script	Dolfina	NPC_ELVEN_FEMALE_READING,{
    mesn;
    mesq l("Stop disturbing me, I already re-read that part twice because of you!");

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_FEMALE;
    setnpcdistance 2;
    end;
}