From 4e312d51e87189350bc8968412bc7ae42f7b3933 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 9 Jan 2024 21:22:17 -0300 Subject: Add the placeholder NPCs we'll be needing --- npc/014-2/_import.txt | 1 + npc/014-2/dock.txt | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 npc/014-2/dock.txt (limited to 'npc/014-2') diff --git a/npc/014-2/_import.txt b/npc/014-2/_import.txt index 1ee7fb0b6..110e373b0 100644 --- a/npc/014-2/_import.txt +++ b/npc/014-2/_import.txt @@ -3,6 +3,7 @@ "npc/014-2/_mobs.txt", "npc/014-2/_warps.txt", "npc/014-2/carla.txt", +"npc/014-2/dock.txt", "npc/014-2/guards.txt", "npc/014-2/mouboo.txt", "npc/014-2/trap.txt", diff --git a/npc/014-2/dock.txt b/npc/014-2/dock.txt new file mode 100644 index 000000000..abda17afb --- /dev/null +++ b/npc/014-2/dock.txt @@ -0,0 +1,9 @@ +// If you have a rowboat, you can sail in 014-2 22 96-97 to 011-4 123 21-22 + +014-2,22,96,0 script #Dock0142 NPC_HIDDEN,0,1,{ + end; +OnTouch: + dispbottom l("Sorry, you cannot sail yet."); + end; +} + -- cgit v1.2.3-70-g09d2