summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-1/ale.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 089f2fee..c28b7889 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -10,7 +10,18 @@
set @q, getq(ShipQuests_Ale);
if (@q == 1) goto l_CallFunc;
-// Some dialogues will be here.
+ mes "";
+ mesn;
+ mesq l("Ouch...");
+ next;
+ mesq l("These eavy boxs are killing me, I don't feel my arms anymore!");
+ next;
+
+ menu
+ l(""), l_Aquada,
+ l(""), l_Aquada,
+ l(""), Close;
+
setq ShipQuests_Ale, 1;
getitem "AquadaBox", 1;
// And here too.