// 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; }