summaryrefslogtreecommitdiff
path: root/npc/000-1/gulukan.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-11-28 08:59:32 +0100
committerReid <reidyaro@gmail.com>2012-11-28 08:59:32 +0100
commitfffb04603705405864985c8f781a640ffb9e90ab (patch)
tree0910f883cfeafcac9be44d738e37cd28686557d4 /npc/000-1/gulukan.txt
parent75f8a3ea563c583e3c192541fb84c2cc6358cbeb (diff)
downloadserverdata-fffb04603705405864985c8f781a640ffb9e90ab.tar.gz
serverdata-fffb04603705405864985c8f781a640ffb9e90ab.tar.bz2
serverdata-fffb04603705405864985c8f781a640ffb9e90ab.tar.xz
serverdata-fffb04603705405864985c8f781a640ffb9e90ab.zip
Add another answer on sailor's menu list.
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;
+
}