summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/exit.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt
index aed9a8c..bf1ab08 100644
--- a/npc/000-1/exit.txt
+++ b/npc/000-1/exit.txt
@@ -9,6 +9,7 @@ OnTouch:
OnTalk:
OnTalkNearby:
// At any time, if you can't leave Nard ship, you must go to nard ship
+ /*
if (!getq(General_Narrator) && getq(ShipQuests_Julia) < 3) {
warp "002-1@Candor", 53, 38;
end;
@@ -26,6 +27,8 @@ OnTalkNearby:
if (getsavepoint(0) != "000-1") end;
//savepoint "002-1", 53, 38;
warp "002-1", 53, 38;
+ */
+ warp "033-1", 122, 192;
end;
}