From 2213f974a4fba59bd7de5edb8ecebac0d91011cd Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Wed, 13 Feb 2013 16:34:36 +0100 Subject: Modify Jack's script to ask before taking money and resources for the Wooden Shield. This closes #10 --- world/map/npc/009-1/jack.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'world/map/npc/009-1') diff --git a/world/map/npc/009-1/jack.txt b/world/map/npc/009-1/jack.txt index 9e1ebbe1..65968d5e 100644 --- a/world/map/npc/009-1/jack.txt +++ b/world/map/npc/009-1/jack.txt @@ -160,8 +160,10 @@ L_Yes: L_Shield_state_2: mes "[Jack Lumber]"; - mes "\"Let's see if you have enough of everything.\""; - next; + mes "\"Do you have the " + @RAWLOGS_AMOUNT + " raw logs and " + @SHIELD_COST + " GP for the shield?\""; + menu + "Here it is.", -, + "I'll come back later.", L_Close; if (countitem("RawLog") < @RAWLOGS_AMOUNT) goto L_Not_enough_logs; if (Zeny < @SHIELD_COST) -- cgit v1.2.3-60-g2f50