From 13708eac5811be48e3209950bb00038d1c87ca2a Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 4 Nov 2008 14:30:36 +0000 Subject: Fix bug in Jack Lumber --- npc/new_19-1-woodland-village/jack.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/new_19-1-woodland-village/jack.txt b/npc/new_19-1-woodland-village/jack.txt index 2c5e8ea8..05524dfb 100644 --- a/npc/new_19-1-woodland-village/jack.txt +++ b/npc/new_19-1-woodland-village/jack.txt @@ -38,10 +38,9 @@ new_19-1.gat,40,45,0 script Jack 141, { mes "[Jack Lumber]"; mes "\"Hello there, my name is Jack Lumber, the enemy of all trees. If you need some firewood just let me know.\""; next; - if (Inspector == 1) goto L_NohMask_Ask; + if (Inspector == 1) callsub S_NohMask_Ask; if (@Q_Forestbow < 1) close; - next; menu "I heard you aren't delivering any more living wood. Why that?", -; @@ -237,7 +236,7 @@ L_NohMask_Ask: menu "I'll keep that in mind.", -, "Have you seen anything that might be connected to the recent robberies in town?", L_NohMask_Answer; - close; + return; L_NohMask_Answer: mes "[Jack Lumber]"; -- cgit v1.2.3-60-g2f50