summaryrefslogtreecommitdiff
path: root/npc/001-2-27/don.txt
blob: 651c8b93121fd32a74ccf5b059c753400e84ec09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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;
}