summaryrefslogblamecommitdiff
path: root/npc/001-2-27/don.txt
blob: 2956fa2bc00a0ae659ef24dd71f8b597a66c26bf (plain) (tree)




















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

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

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}