summaryrefslogtreecommitdiff
path: root/npc/000-1/ale.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-11-20 11:00:50 +0100
committerReid <reidyaro@gmail.com>2012-11-20 11:00:50 +0100
commit0d4f7ab334018f25ea64d0f1c9c93a1befbedf07 (patch)
tree0c60dcbe4a97645ac5cc05718e7c640b212cf999 /npc/000-1/ale.txt
parent834bed051ddbcfc13b67337c4473a342cca935e8 (diff)
downloadserverdata-0d4f7ab334018f25ea64d0f1c9c93a1befbedf07.tar.gz
serverdata-0d4f7ab334018f25ea64d0f1c9c93a1befbedf07.tar.bz2
serverdata-0d4f7ab334018f25ea64d0f1c9c93a1befbedf07.tar.xz
serverdata-0d4f7ab334018f25ea64d0f1c9c93a1befbedf07.zip
Inverse ale and muller scripts.
Diffstat (limited to 'npc/000-1/ale.txt')
-rw-r--r--npc/000-1/ale.txt47
1 files changed, 16 insertions, 31 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 15a789ee..a65b588b 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -10,42 +10,31 @@
set @q, getq(ShipQuests_Ale);
if (@q == 1) goto l_CallFunc;
- mesn;
- mesq l("Can't you see I'm working?!");
- next;
-
- 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("Ooh... It seems sailors are not able to do their job anymore?!");
+ mesn;
+ mesq l("Ouch...");
next;
-
- menu
- l("Fine! Goodbye."), l_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?!");
+ mesq l("These eavy boxs are killing me, I don't feel my arms anymore!");
next;
- menu
- l("I am sure I can run with one of them on my shoulder."), -;
+ menu
+ l("Gugli sent me down here to help you."), -,
+ l("What's this fruit?"), l_Plushroom;
+ l("See you aboard."), close;
- mes "";
- mesn;
- mesq l("Well then... Take this one!");
+ mes "";
+ mesn;
+ mesq l("Really? That's kind from you, I accept your help!");
+ next;
+ mesq l("Hmm... Let's see, take this one.");
next;
setq ShipQuests_Ale, 1;
getitem "AquadaBox", 1;
mes "";
- mesn;
- mesq l("And now I want to see you run!");
- close;
+ mesn;
+ mesq l("I will care of the other ones don't worry.");
+ next;
l_CallFunc:
callfunc "SailorFood";
@@ -94,11 +83,7 @@ l_Aquada:
next;
mesq l("You can find them in the ocean, near corals and other sea beings. But the sea is too heavy today, you shouldn't try to swim there.");
next;
- mesq l("Orelse, if you really wish one, and if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s.", getitemlink("Aquada"));
-
- close;
-
-l_Close:
+ mesq l("Orelse, if you really wish one, and if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s.", getitemlink("Aquada"));
close;