blob: 4048cafc2d0377ce5cccc6b912afa5e3de785323 (
plain) (
tree)
|
|
// Evol scripts.
// Authors:
// Reid
// Description:
// Artis's Legion of Aemil officier of the training room.
001-2-34,29,27,0 script Samantha NPC_SAMANTHA,{
mesn;
mesq l("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;
}
|