// Evol scripts. // Authors: // Reid // Description: // Sword trainer from the Legion of Aemil guild. 001-1,56,43,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; }