From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/020-2-10/hetchel.txt | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 npc/020-2-10/hetchel.txt (limited to 'npc/020-2-10/hetchel.txt') diff --git a/npc/020-2-10/hetchel.txt b/npc/020-2-10/hetchel.txt deleted file mode 100644 index faed2b99..00000000 --- a/npc/020-2-10/hetchel.txt +++ /dev/null @@ -1,33 +0,0 @@ -// 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,{ - setq2 TonoriQuest_Kylian, getq2(TonoriQuest_Kylian) | KYLIAN_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."), - l("Unless you want to try doing it yourself?"); - next; - do - { - mes ""; - .@s = SmithSystem(CRAFT_TAILORING); - if (.@s) - mesc l("Success!"), 3; - else - mesc l("That didn't work!"), 1; - next; - mesc l("Do you want to continue?"); - } while (askyesno() != ASK_YES); - close; - -OnInit: - .distance = 4; - end; -} -- cgit v1.2.3-60-g2f50