From c5447078e72d150340112766fdeea70eef99e8a7 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sun, 25 Feb 2018 02:09:53 -0300 Subject: Update, possibly complete, Sarah's quest --- npc/003-1/sarah.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-1/sarah.txt') diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt index 0a2339dd6..809656038 100644 --- a/npc/003-1/sarah.txt +++ b/npc/003-1/sarah.txt @@ -1,11 +1,11 @@ // Author: // Saulc -// TODO: Different reward when repeating quest (eg. 60 GP, so you can have a 10 GP profit selling cakes) +// TODO: Could be repeatable quest (eg. 60 GP for a cake every day, so you can have a 10 GP profit selling cakes) 003-1,90,144,0 script Sarah NPC_FEMALE,{ .cake = CherryCake; - .reward = FancyHat; // TODO + .reward = SerfHat; function quest_completed{ speech S_FIRST_BLANK_LINE | S_LAST_NEXT, @@ -74,7 +74,7 @@ close; OnInit: - .@npcId = getnpcid(0, "Sarah"); + .@npcId = getnpcid(0, .name$); //setunitdata(.@npcId, UDT_HEADTOP, 2936); setunitdata(.@npcId, UDT_HEADMIDDLE, 1311); setunitdata(.@npcId, UDT_HEADBOTTOM, 2201); -- cgit v1.2.3-60-g2f50