From c0ba38cd4b68491e28e467889804ebc09c9c002e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 11:06:32 -0700 Subject: Clean up main scripts --- world/map/npc/009-1/old_woman.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'world/map/npc/009-1/old_woman.txt') diff --git a/world/map/npc/009-1/old_woman.txt b/world/map/npc/009-1/old_woman.txt index 7e33e034..2d70cc6d 100644 --- a/world/map/npc/009-1/old_woman.txt +++ b/world/map/npc/009-1/old_woman.txt @@ -17,6 +17,7 @@ L_Lower: mes "[Old Woman]"; mes "\"Watch out for these flowers. They don't like to be messed with.\""; next; + goto L_Continue; L_Continue: if ((@inspector >= 1 && @inspector <= 7) || @inspector == 9) @@ -47,7 +48,9 @@ L_NohMask_FirstAsk: L_NohMask_Alibi: menu - "Was your husband with you at home all night the last night that the troupe was in town?", -; + "Was your husband with you at home all night the last night that the troupe was in town?", L_Next; + +L_Next: mes "[Old Woman]"; mes "\"Yes, we were both at home all night.\""; set @inspector, 8; -- cgit v1.2.3-60-g2f50