diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-09 21:22:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-09 21:22:17 -0300 |
commit | 4e312d51e87189350bc8968412bc7ae42f7b3933 (patch) | |
tree | c10408c1a5e0cf2e85bf4adfbed39fa3c6243f12 /npc/014-2 | |
parent | 3d98e39073df31d8b099a2694e0e094fd2e2d249 (diff) | |
download | serverdata-4e312d51e87189350bc8968412bc7ae42f7b3933.tar.gz serverdata-4e312d51e87189350bc8968412bc7ae42f7b3933.tar.bz2 serverdata-4e312d51e87189350bc8968412bc7ae42f7b3933.tar.xz serverdata-4e312d51e87189350bc8968412bc7ae42f7b3933.zip |
Add the placeholder NPCs we'll be needing
Diffstat (limited to 'npc/014-2')
-rw-r--r-- | npc/014-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/014-2/dock.txt | 9 |
2 files changed, 10 insertions, 0 deletions
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; +} + |