blob: c206b8c3f750d8577dab1bcee7ee998f8b44c727 (
plain) (
tree)
|
|
// Evol scripts.
// Authors:
// Reid
// Description:
// Sword trainer from the Legion of Aemil guild.
001-2-33,34,33,0 script Lozerk NPC_DEMON_MALE_SWORD,{
mesn;
mesq l("You can't join the sword training clothed that way.");
goto L_Close;
L_Close:
close;
OnInit:
.sex = G_MALE;
.distance = 2;
end;
}
|