diff options
Diffstat (limited to 'npc/015-1_Woodland/alice.txt')
-rw-r--r-- | npc/015-1_Woodland/alice.txt | 9 |
1 files 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]"; |