summaryrefslogtreecommitdiff
path: root/world/map/npc/009-2/olana.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-04-02 11:06:32 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-04-02 22:21:29 -0700
commitc0ba38cd4b68491e28e467889804ebc09c9c002e (patch)
treeaf2890e6fe20990d2a9b7c94b991be58f25a5d52 /world/map/npc/009-2/olana.txt
parent514a2f05cb335c1e9210fea58bc9a9a58478283f (diff)
downloadserverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.gz
serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.bz2
serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.tar.xz
serverdata-c0ba38cd4b68491e28e467889804ebc09c9c002e.zip
Clean up main scripts
Diffstat (limited to 'world/map/npc/009-2/olana.txt')
-rw-r--r--world/map/npc/009-2/olana.txt28
1 files changed, 21 insertions, 7 deletions
diff --git a/world/map/npc/009-2/olana.txt b/world/map/npc/009-2/olana.txt
index 3e7be881..cf200391 100644
--- a/world/map/npc/009-2/olana.txt
+++ b/world/map/npc/009-2/olana.txt
@@ -43,8 +43,10 @@
next;
mes "\"I'm starting to get a bad feeling about this. If you go to the forest near the swamps, could you see if you can find my daughters? I need to know if they are safe!\"";
menu
- "Sure, I can do that.", -,
+ "Sure, I can do that.", L_Next,
"I am sorry, I don't usually go to that area.", L_No;
+
+L_Next:
set Rossy_Quest, 1;
close;
@@ -68,7 +70,9 @@ L_Help:
mes "\"Oh you did? That's good. I'm relieved. But what about Julia?\"";
next;
menu
- "I haven't found Julia yet, sorry.", -;
+ "I haven't found Julia yet, sorry.", L_Next1;
+
+L_Next1:
mes "\"Ok. They must be playing hide and seek. Thanks again... I can't express how grateful I am.\"";
set Rossy_Quest, 3;
close;
@@ -86,7 +90,9 @@ L_See:
goto L_Worried;
delitem "Cherry", @Cherry_Amount;
menu
- "Hi, Rossy asked me to give you this. She says it is a gift from both her and Julia.", -;
+ "Hi, Rossy asked me to give you this. She says it is a gift from both her and Julia.", L_Next2;
+
+L_Next2:
mes "[Olana]";
mes "\"Ohhh... How sweet... Sometimes Rossy impresses me with her kindness. Here... You are spending so much time helping us, and we give nothing back. Take this as a small reward.\"";
getexp @Cherry_EXP, 0;
@@ -127,12 +133,16 @@ L_BL:
L_Rose:
menu
- "Hi, Rossy did great in the exam. David told me her potion was flawless.", -;
+ "Hi, Rossy did great in the exam. David told me her potion was flawless.", L_Next3;
+
+L_Next3:
mes "[Olana]";
mes "\"Wow! Really? That is great! I would like to congratulate my little Rossy. Would you mind helping me a little more?\"";
menu
- "Just tell me what to do.", -,
+ "Just tell me what to do.", L_Next4,
"No, I'm busy, maybe later.", L_No;
+
+L_Next4:
mes "[Olana]";
mes "\"Can you bring me " + @RedRose_Amount + " Red Roses? I would like to give them to Rossy. I am sure she will love them!\"";
menu
@@ -164,7 +174,9 @@ L_Allergic:
mes "\"Did she like my present?\"";
menu
"Sure she did...", L_No,
- "Well, you should have known that your daughter is allergic to roses.", -;
+ "Well, you should have known that your daughter is allergic to roses.", L_Next5;
+
+L_Next5:
set Rossy_Quest, 12;
mes "[Olana]";
mes "\"Oh, how stupid I am! Here, take some of my money and buy Red Tulips instead, the same amount. Keep the flowers.\"";
@@ -172,7 +184,9 @@ L_Allergic:
next;
mes "\"Please, tell Rossy I am really sorry. My mind was on Julia when I asked you to bring the red roses, they are her favorite.\"";
menu
- "I will give her the tulips when I see her.", -;
+ "I will give her the tulips when I see her.", L_Next6;
+
+L_Next6:
mes "[Olana]";
mes "\"Thank you. And don't forget to tell her that I'm really sorry.\"";
close;