summaryrefslogblamecommitdiff
path: root/npc/001-1/lozerk.txt
blob: 04ae4d192bcef5065cbbb14b577b7a841c7d22d9 (plain) (tree)




















                                                                  
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Sword trainer from the Legion of Aemil guild.

001-1,56,43,0	script	Lozerk	120,{
    mesn;
    mesq l("You can't join the sword training clothed that way.");

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}