// Evol scripts.
// Author:
//    Reid
// Description:
//    Chief of the Legion of Aemil of the city of Artis.

001-2-40,36,46,0	script	Trozz#001-2-40	NPC_HUMAN_MALE_CHIEF_ARTIS_LEGION,{
    mesn;
    mesq l("Hi.");

    goto L_Close;

L_Close:
    close;

OnInit:
    .sex = G_MALE;
    .distance = 4;
    end;
}