summaryrefslogtreecommitdiff
path: root/npc/020-2-10/hetchel.txt
blob: 5114124ef8b1ad557da916773e7f777c55148f82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Hetchel, the silk weaver / tailor in Tulimshar.
// THIS IS A PLACEHOLDER!

020-2-10,45,27,0	script	Hetchel	NPC_HETCHEL,{
    speech
        l("Hi there. I am Hetchel, I weave fine textiles."),
        l("My best client is Lora Tay, at Dimond's."),
        l("So if you want, you can talk to her instead."),
		l("Tailoring is in decline and I have nothing to sell nor teach.");
    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}