summaryrefslogtreecommitdiff
path: root/world/map/npc/015-1/alice.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/015-1/alice.txt')
-rw-r--r--world/map/npc/015-1/alice.txt20
1 files changed, 14 insertions, 6 deletions
diff --git a/world/map/npc/015-1/alice.txt b/world/map/npc/015-1/alice.txt
index bf37d874..8b7255b1 100644
--- a/world/map/npc/015-1/alice.txt
+++ b/world/map/npc/015-1/alice.txt
@@ -33,7 +33,9 @@ L_findmany:
next;
menu
"Yes, I already got plenty of them.", L_plenty,
- "No, I am out of luck.", -;
+ "No, I am out of luck.", L_Next;
+
+L_Next:
mes "[Alice]";
mes "\"Oooh, how sad. Let me give you a little tip:";
mes "Herbs are often growing in places where they can't be spotted that easily. Don't forget to look behind the trees, too.\"";
@@ -59,14 +61,18 @@ L_cave:
mes "\"Haha, that is no monster! It's just a sweet little cat.\"";
next;
menu
- "But it wanted to kill me!", -,
- "A cat!? I'll go and kill it!", -;
+ "But it wanted to kill me!", L_Next1,
+ "A cat!? I'll go and kill it!", L_Next1;
+
+L_Next1:
mes "[Alice]";
mes "\"No no, I'm sure it was only frightened. It gets upset when you've got clothes or weapons on you.\"";
next;
menu
- "Ok, let's try it without clothes then", -,
- "What a stupid cat!", -;
+ "Ok, let's try it without clothes then", L_Next2,
+ "What a stupid cat!", L_Next2;
+
+L_Next2:
mes "[Alice]";
mes "\"Please don't do her any harm. See you later!\"";
goto L_Close;
@@ -77,7 +83,9 @@ L_cat:
next;
menu
"Thank you so much!", L_Close,
- "Are you crazy? Taming a cat?", -;
+ "Are you crazy? Taming a cat?", L_Next3;
+
+L_Next3:
mes "[Alice]";
mes "\"Well, it's up to you.\"";
goto L_Close;