summaryrefslogtreecommitdiff
path: root/npc/001-2-27/don.txt
blob: 2956fa2bc00a0ae659ef24dd71f8b597a66c26bf (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	122,{
    mesn;
    mesq l("Hm...");

    goto L_Close;

L_Close:
    close;

OnInit:
    setnpcsex G_MALE;
    setnpcdistance 2;
    end;
}