summaryrefslogtreecommitdiff
path: root/npc/000-1/jalad.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/jalad.txt')
-rw-r--r--npc/000-1/jalad.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index ee8bfcb2c..1b91fb781 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -7,6 +7,9 @@
000-1.gat,46,35,0,1 script Jalad 110;2,{
+ set @g, getq(ShipQuests_Gugli);
+ if (@g == 1) goto l_NoTask;
+
set @q, getq(ShipQuests_Jalad);
if (@q == 1) goto l_CallFunc;
@@ -98,4 +101,10 @@ l_Plushroom:
close;
+l_NoTask:
+ mes "";
+ mesn;
+ mesq l("Sometime I hope someone will be sent here to help us.");
+ close;
+
}