summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/arpan.txt4
-rw-r--r--npc/000-2-1/chest.txt7
2 files changed, 11 insertions, 0 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index a0122913..cbc9ee1a 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -119,6 +119,10 @@ OnEquip:
l_OhWell:
mes "";
mesq lg("Oh well, we rescued you when you were yaying adrift in the sea.");
+ next;
+
+ menu
+ l("And then what happened?"), l_Story;
l_Story:
mes "";
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index b898ee6b..7ff7cbf9 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -13,6 +13,8 @@
000-2-1.gat,51,37,0 script Chest#0 317;2,{
set @q, getq(ShipQuests_Arpan);
+
+ if (@q == 0) goto l_Talk;
if (getnpcdir ("") == 4) goto l_Give;
setnpcdir 2;
@@ -37,6 +39,11 @@ OnTimer220:
if (getnpcdir ("") == 6) setnpcdir 0;
end;
+l_Talk:
+ message strcharinfo(0), l("You need to talk to Magic Arpan first!");
+
+ close;
+
l_Quit:
setnpcdir 6;
initnpctimer;