summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/exit.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt
index 40d1b5e46..e006a21ab 100644
--- a/npc/000-1/exit.txt
+++ b/npc/000-1/exit.txt
@@ -8,6 +8,12 @@
OnTouch:
OnTalk:
OnTalkNearby:
+ // At any time, if you can't leave Nard ship, you must go to nard ship
+ if (getq(ShipQuests_Julia) < 3) {
+ warp "002-1", 53, 38;
+ end;
+ }
+
// Switch LOCATION$ and warp to nearest town's Soul Menhir
.@lx=array_find(.LOCMASTER_LOC$, LOCATION$);
if (.@lx >= 0) {
@@ -18,7 +24,7 @@ OnTalkNearby:
//if (getsavepoint(0) != "000-1") warp getsavepoint(0), getsavepoint(1), getsavepoint(2);
if (getsavepoint(0) != "000-1") warp "Save", 0, 0;
if (getsavepoint(0) != "000-1") end;
- savepoint "002-1", 53, 38;
+ //savepoint "002-1", 53, 38;
warp "002-1", 53, 38;
end;