summaryrefslogtreecommitdiff
path: root/npc/001-2-34/samantha.txt
blob: a571ccf6fa7e27a248e1e16cf683233db75b66f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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?");
    close;

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