summaryrefslogtreecommitdiff
path: root/npc/000-1/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/ale.txt')
-rw-r--r--npc/000-1/ale.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
index 0b67e3ca..24e0073c 100644
--- a/npc/000-1/ale.txt
+++ b/npc/000-1/ale.txt
@@ -45,6 +45,7 @@ l_CallFunc:
callfunc "SailorFood";
menu
+ rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), l_TaskDone,
rif(getq(ShipQuests_Ale) == 1 && (getq(ShipQuests_Astapolos) == 0 || getq(ShipQuests_Gulukan) == 0 || getq(ShipQuests_Jalad) == 0 || getq(ShipQuests_QMuller) == 0 || getq(ShipQuests_Tibbo) == 0), l("I'm still busy, I need to find the other sailors.")), -,
l("What's that?"), l_Plushroom;
@@ -108,4 +109,11 @@ l_NoTask:
close;
+l_TaskDone:
+ mes "";
+ mesn;
+ mesq l("That's good to hear!");
+
+ close;
+
}