From a103943129e06e765d24082766a0c80a2030348f Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 1 Jun 2009 15:27:18 -0600 Subject: Fix a lockup in Alice's script --- npc/015-1_Woodland/alice.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/npc/015-1_Woodland/alice.txt b/npc/015-1_Woodland/alice.txt index 3d789eae..277dba01 100644 --- a/npc/015-1_Woodland/alice.txt +++ b/npc/015-1_Woodland/alice.txt @@ -10,18 +10,21 @@ menu "Yes, sure.", L_findmany, "Herbs?", L_herbs, - "Nope, just enjoying the scenery.", close, + "Nope, just enjoying the scenery.", L_close, "I saw the cat, but it doesn't like me.", L_cat; if (LastHiss == 1) menu "Yes, sure.", L_findmany, "Herbs?", L_herbs, - "Nope, just enjoying the scenery.", close, + "Nope, just enjoying the scenery.", L_close, "There is a monster in that cave!", L_cave; menu "Yes, sure.", L_findmany, "Herbs?", L_herbs, - "Nope, just enjoying the scenery.", close; + "Nope, just enjoying the scenery.", L_close; + +L_close: + close; L_findmany: mes "[Alice]"; -- cgit v1.2.3-60-g2f50