summaryrefslogblamecommitdiff
path: root/npc/001-2-34/samantha.txt
blob: f49e15aa47305b41e6a1e3abf1089d15adb7d0ff (plain) (tree)




















                                                                           
// 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;
}