summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.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/tibbo.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/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 72dc778e..2459ab42 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -53,6 +53,7 @@ l_CallFunc:
callfunc "SailorFood";
menu
+ rif(getq(ShipQuests_Gugli) > 1, l("Task is done.")), l_TaskDone,
rif(getq(ShipQuests_Tibbo) == 1 && (getq(ShipQuests_Ale) == 0 || getq(ShipQuests_Astapolos) == 0 || getq(ShipQuests_Gulukan) == 0 || getq(ShipQuests_Jalad) == 0 || getq(ShipQuests_QMuller) == 0), l("I'm still busy, I need to find the other sailors.")), -,
l("What's that food?"), l_Aquada;
@@ -106,4 +107,11 @@ l_NoTask:
mesq l("I'm sorry but I have no time to chat with you.");
close;
+l_TaskDone:
+ mes "";
+ mesn;
+ mesq l("Perfect!");
+
+ close;
+
}