From d63a9719e096af54f0ebf993463c59cdfdf610ad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 30 Jan 2020 13:20:02 -0300 Subject: No more automatic send-all-love-letters option --- npc/001-11/Demure.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'npc/001-11/Demure.txt') diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index a6f62af17..7608e79fd 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -80,10 +80,19 @@ .@totalneed=@Val_Ammo/10+1; select l("Yes, one"), - rif(countitem(LoveLetter) >= .@totalneed, l("Yes, %d", .@totalneed)), + //rif(countitem(LoveLetter) >= .@totalneed, l("Yes, %d", .@totalneed)), + l("I'll input how many I want to attach."), l("No"); mes ""; .@reply=@menu-1; + // Custom input + if (@menu == 2) { + mes l("How many %s should I attach?", getitemlink(LoveLetter)); + mesc l("Recommended: %d | Max: %d", countitem(LoveLetter), .@totalneed); + input .@totalneed; + if (.@totalneed > countitem(LoveLetter)) + .@totalneed=countitem(LoveLetter); + } if (@menu != 3) { delitem LoveLetter, (.@reply ? .@totalneed : 1); @@ -177,7 +186,7 @@ L_Main: next; mesn; mes l("Don't worry if they don't correspond to you. Each box sent will grant you 1 event point."); - mes l("The prizes are only for the top 10. Loratay on Land Of Fire Village can make a dress for you if you want."); + mes l("The prizes are only for the top 10. Loratay on Land Of Fire Village can make, for limited time, a @@ for you if you want.", getitemlink(ValentineDress)); next; mes l("You can optionally send a @@ along the chocolate box, so the person knows it was you who sent the chocolate.", getitemlink(LoveLetter)); mes l("Sending the letter will give you double event points, but no more than 10 extra points per letter."); -- cgit v1.2.3-60-g2f50