summaryrefslogtreecommitdiff
path: root/npc/001-1/chelios.txt
blob: a39c9c6391805f31fa4707d5cd271c84bcc61ac4 (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.
// Authors:
//    Reid
// Description:
//    Blacksmith's assistant of Artis

001-1,95,109,0	script	Chelios	NPC_CHELIOS,{
    mesn;
    mesq l("Can I be of any help?");

    goto L_Close;

L_Close:
    close;

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