summaryrefslogblamecommitdiff
path: root/npc/001-1/enora.txt
blob: e5a6140d54417cbe5ec938882f2b8e779b84d4eb (plain) (tree)
1
2
3
4
5
6
7





                             
                                                               








                       
                    



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

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

    goto L_Close;

L_Close:
    close;

OnInit:
    .sex = G_FEMALE;
    setnpcdistance 5;
    end;
}