summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-02-20 17:18:17 +0400
committerAlige <aligetmw@hotmail.fr>2013-02-20 17:18:17 +0400
commit8e4ac8c3995180042d20635aec2eca87899b9057 (patch)
tree8d579cbb9fd571f633a380fcee262078ecb24be2 /npc
parent6b68fac6c508c4d6be7820bcb66f2a66fba9bfdb (diff)
downloadclientdata-8e4ac8c3995180042d20635aec2eca87899b9057.tar.gz
clientdata-8e4ac8c3995180042d20635aec2eca87899b9057.tar.bz2
clientdata-8e4ac8c3995180042d20635aec2eca87899b9057.tar.xz
clientdata-8e4ac8c3995180042d20635aec2eca87899b9057.zip
Small improvement in chefgado.txt.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/chefgado.txt15
1 files changed, 5 insertions, 10 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 74325f50..efdd58f1 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -84,23 +84,17 @@ l_Rude:
next;
menu
- l("Sure, why not?"), l_Sure,
- l("Sea water?! I will not help you with your evil plan!"), l_Quit;
+ l("Sea water?! I will not help you with your evil plan!"), l_Quit,
+ l("Sure, why not?"), -;
-l_Sure:
setq ShipQuests_ChefGado, 1;
mes "";
mesn;
mesq l("Well done! Collect all the ingredients and then come back here. You will be rewarded once they understand who rules this ship!");
next;
mesq l("Before you go, let me tell you how to get @@s, because you don't look very smart.", getitemlink("HalfCroconut"));
- next;
- mesq g(l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed, you're weak my poor girl.", getitemlink("Croconut")),
- l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed, you're weak my poor boy.", getitemlink("Croconut")));
- next;
- mesq l("Now move!");
- close;
+ goto l_OpenCroconut;
l_QuestAccepted:
mesn;
@@ -110,9 +104,10 @@ l_QuestAccepted:
menu
rif(countitem("PiouLegs") > 1 && countitem("HalfCroconut") > 0 && countitem("Aquada") > 0 && countitem("SeaDrops") > 0, l("All your... Fresh ingredients are ready to be cooked.")), l_GotAll,
l("What are your needs?"), l_Need,
- l("How to find a Half Croconut?"), -,
+ l("Where can I find a @@?",getitemlink("HalfCroconut")), l_OpenCroconut,
l("Not yet. I will be back soon."), l_Quit;
+l_OpenCroconut:
mes "";
mesn;
mesq g(l("Take a @@ and try opening it using something like a sharp knife! I doubt you'll succeed, you're weak my poor girl.", getitemlink("Croconut")),