summaryrefslogblamecommitdiff
path: root/npc/001-1/enora.txt
blob: 3f1509e3a00ed328c24d9c84b0435f9930748e6d (plain) (tree)




















                                             
// Evol scripts.
// Authors:
//    Reid
// Description:
//    Newbie guide for Artis.

001-1,176,113,0	script	Enora#001-1	119,{
    mesn;
    mesq l("Welcome!");

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_FEMALE;
    setnpcdistance 5;
    end;
}