summaryrefslogtreecommitdiff
path: root/npc/000-1/muller.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/muller.txt')
-rw-r--r--npc/000-1/muller.txt41
1 files changed, 25 insertions, 16 deletions
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
index f57c587e..1b5510f4 100644
--- a/npc/000-1/muller.txt
+++ b/npc/000-1/muller.txt
@@ -10,33 +10,42 @@
set @q, getq(ShipQuests_QMuller);
if (@q == 1) goto l_CallFunc;
- mesn;
- mesq l("Ouch...");
- next;
- mesq l("These eavy boxs are killing me, I don't feel my arms anymore!");
+ mesn;
+ mesq l("Can't you see I'm working?!");
next;
- menu
- l("Gugli sent me down here to help you."), -,
- l("What's this fruit?"), l_Plushroom;
- l("See you aboard."), close;
+ menu
+ l("Well I'm working too! Don't you want me to carry one of those boxes back to Gugli?"), -;
- mes "";
- mesn;
- mesq l("Really? That's kind from you, I accept your help!");
+ mes "";
+ mesn;
+ mesq l("Ooh... It seems sailors are not able to do their job anymore?!");
next;
- mesq l("Hmm... Let's see, take this one.");
+
+ menu
+ l("Fine! Goodbye."), close;
+ l("Yes, it is true! You are not able at all. Nard has been waiting for the food for too long already. Hurry up, you lazy sailors!"), -;
+
+ mes "";
+ mesn;
+ mesq l("Are you blind? Do you think these boxes are light and soft as a Piou's feather?!");
next;
+ menu
+ l("I am sure I can run with one of them on my shoulder."), -;
+
+ mes "";
+ mesn;
+ mesq l("Well then... Take this one!");
+ next;
setq ShipQuests_QMuller, 1;
getitem "PlushroomBox", 1;
mes "";
- mesn;
- mesq l("I will care of the other ones don't worry.");
- next;
-
+ mesn;
+ mesq l("And now I want to see you run!");
+ close;
l_CallFunc:
callfunc "SailorFood";