summaryrefslogtreecommitdiff
path: root/npc/000-1/gulukan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/gulukan.txt')
-rw-r--r--npc/000-1/gulukan.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 030bec88..c6327b21 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -107,7 +107,8 @@ l_RandomC:
mesq l("And you? How's it yaying on your side?");
next;
- menu
+ menu
+ rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), l_TaskDone,
rif(getq(ShipQuests_Gulukan) == 1 && (getq(ShipQuests_Ale) == 0 || getq(ShipQuests_Astapolos) == 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.")), -;
mes "";
@@ -157,4 +158,11 @@ l_NoTask:
close;
+l_TaskDone:
+ mes "";
+ mesn;
+ mesq l("That's perfect, yoiis.");
+
+ close;
+
}