summaryrefslogblamecommitdiff
path: root/npc/001-2-27/don.txt
blob: 651c8b93121fd32a74ccf5b059c753400e84ec09 (plain) (tree)
1
2
3
4
5
6
7





                                 
                                                                    








                    
                  
                  


        
// Evol scripts.
// Author:
//    Reid
// Description:
//    Don the blacksmith of Artis

001-2-27,35,29,0	script	Don#001-2-27	NPC_HUMAN_MALE_OLD,{
    mesn;
    mesq l("Hm...");

    goto L_Close;

L_Close:
    close;

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