From e73017311b5df88959a6cdff7f25f527d8390893 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jun 2018 11:10:07 -0300 Subject: ...I really don't want to finish Anwar quest. --- npc/003-1/tinris.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'npc/003-1/tinris.txt') diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt index b3bdc0167..774a02e53 100644 --- a/npc/003-1/tinris.txt +++ b/npc/003-1/tinris.txt @@ -44,10 +44,37 @@ L_Start: L_Back: mesn; + mesq l("So, did you brought me the cherry cakes?"); + mes ""; + mesn strcharinfo(0); + if (askyesno() != ASK_YES) { + close; + } + mes ""; + if (countitem("CherryCake") < 12) + goto L_Lying; + + delitem CherryCake, 12; + getexp 300, 10; + setq TulimsharQuest_AnwarField, 3; + mesn; + mesq l("Okay, that is very useful. However, I do need a few reagents to make it."); + next; + mesq l("Unfinished script, blame Jesusalva, he decided to work on Hurnscald before my cherry cakes."); mesq l("And they say I am the greedy one. Hmpf."); close; +L_Lying: + mesn; + mesq l("Ah, so you think you can fool me?"); + next; + percentheal -5, -5; + warp "Save", 0, 0; + dispbottom l("Ah... Was I warped?"); + closedialog; + close; + OnInit: .@npcId = getnpcid(0, .name$); //setunitdata(.@npcId, UDT_HEADTOP, 2929); // TODO: This NPC is an Elf and therefore, CANNOT use NPCEyes. -- cgit v1.2.3-60-g2f50