summaryrefslogtreecommitdiff
path: root/npc/001-2-34/samantha.txt
blob: f49e15aa47305b41e6a1e3abf1089d15adb7d0ff (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.
// Author:
//    Reid
// Description:
//    Artis's Legion of Aemil officier of the training room.

001-2-34,29,27,0	script	Samantha	NPC_SAMANTHA,{
    mesn;
    mesq lg("Look who we have here, did you come for a training session?");

    goto L_Close;

L_Close:
    close;

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