summaryrefslogtreecommitdiff
path: root/npc/001-2-32/serena.txt
blob: 1ae2cc39f159755cffbd91ac8511c2be453dbb39 (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:
//    Artis's Legion of Aemil officier of the fighting room.

001-2-32,27,27,0	script	Serena	NPC_SERENA,{
    mesn;
    mesq l("Oh darling, what bring you here?");

    goto L_Close;

L_Close:
    close;

OnInit:
    .sex = G_FEMALE;
    .distance = 3;
    end;
}