summaryrefslogtreecommitdiff
path: root/npc/002-3/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-3/doors.txt')
-rw-r--r--npc/002-3/doors.txt25
1 files changed, 4 insertions, 21 deletions
diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt
index abf9c892a..79d95c2b9 100644
--- a/npc/002-3/doors.txt
+++ b/npc/002-3/doors.txt
@@ -8,13 +8,11 @@
OnTouch:
if (getq(ShipQuests_Julia) < 3) {
- setcamnpc "Julia";
- mesn "Julia";
- mesq l("The captain has locked the door, you should go see him.");
+ setcamnpc "Nard";
+ mesn l("Nard");
+ mesq l("Where do you think you are going, without talking to me first?");
next;
-
- mesn "Narrator";
- mesc l("Captain Nard is in the room to your right.");
+ mesc l("Talk to Nard to unlock the door.");
next;
restorecam;
close;
@@ -34,21 +32,6 @@ OnTouch:
}
-002-3,44,28,0 script AreaNPC#doors5 NPC_HIDDEN,0,0,{
-
-OnTouch:
- .@julia = getq(ShipQuests_Julia);
- if (.@julia >= 2) goto L_Warp;
- close;
-
-L_Warp:
- if (LOCATION$ == "")
- warp "002-4", 20, 27;
- else
- warp "002-4@"+LOCATION$, 20, 27;
- close;
-}
-
002-3,42,25,0 script AreaNPC#002-3d NPC_HIDDEN,0,0,{
OnTouch: