From 7b8b0aae003feeec9063d05177210b9ed9a3cf9a Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 28 Dec 2015 00:42:51 +0100 Subject: Enable the warp for players that finished the introduction on the door from 000-2-0 to 000-1. --- npc/000-2-0/doors.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc/000-2-0/doors.txt') diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index f36908b2..89e3adf8 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -23,6 +23,13 @@ OnTouch: .@nard = getq(ShipQuests_Nard); + + if (getq(General_Narrator) > 0) + { + warp "000-1", 93, 100; + close; + } + if (.@nard == 4) goto L_GotoNard; if (.@nard == 5) goto L_End; if (.@nard > 0 && countitemcolor(718) > 0) goto L_Key; -- cgit v1.2.3-70-g09d2