summaryrefslogtreecommitdiff
path: root/npc/011-4/docks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/011-4/docks.txt')
-rw-r--r--npc/011-4/docks.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/npc/011-4/docks.txt b/npc/011-4/docks.txt
new file mode 100644
index 000000000..4e3ff1be0
--- /dev/null
+++ b/npc/011-4/docks.txt
@@ -0,0 +1,43 @@
+// There are three docks here, one which returns you to 014-2 and two which dismount
+// Those which dismount have two NPCs nearby to confirm the operation. If it did not
+// succeed (back'n'forth), you sink. Remember you MUST use a slide
+// Having a rowboat is never checked here, it can safely expire.
+// setmount 3; setmount 0;
+
+011-4,124,21,0 script #Dock0114A NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, you cannot leave.");
+ end;
+}
+
+
+011-4,85,66,0 script #Dock0114B1 NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, visiting the Graveyard isn't permitted.");
+ end;
+}
+
+011-4,83,66,0 script #Dock0114B2 NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, leaving the Graveyard isn't permitted.");
+ end;
+}
+
+
+011-4,236,71,0 script #Dock0114C1 NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, visiting Elli's Tower isn't permitted.");
+ end;
+}
+
+011-4,238,71,0 script #Dock0114C2 NPC_HIDDEN,0,1,{
+ end;
+OnTouch:
+ dispbottom l("Sorry, leaving Elli's Tower isn't permitted.");
+ end;
+}
+