summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/helperMSilk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/048-2/helperMSilk.txt')
-rw-r--r--world/map/npc/048-2/helperMSilk.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/048-2/helperMSilk.txt b/world/map/npc/048-2/helperMSilk.txt
index 67df87cb..cda5054c 100644
--- a/world/map/npc/048-2/helperMSilk.txt
+++ b/world/map/npc/048-2/helperMSilk.txt
@@ -22,9 +22,11 @@ L_Quest:
mes "\"This is going to be difficult...";
mes "Oh, hello. You don't have " + @silk_amount + " Silk Cocoons with you, do you? I need them for the book covers and binding of some of the more valuable books we're trying to recreate.\"";
menu
- "I have!",-,
+ "I have!",L_TurnIn,
"I haven't, but I can try to get some.",L_Investigate,
"No.",L_Investigate;
+
+L_TurnIn:
if(countitem("SilkCocoon") < @silk_amount)
goto L_NoItem;
delitem "SilkCocoon", @silk_amount;