summaryrefslogtreecommitdiff
path: root/npc/026-1_Swamp
diff options
context:
space:
mode:
Diffstat (limited to 'npc/026-1_Swamp')
-rw-r--r--npc/026-1_Swamp/_import.txt1
-rw-r--r--npc/026-1_Swamp/sign.txt7
2 files changed, 8 insertions, 0 deletions
diff --git a/npc/026-1_Swamp/_import.txt b/npc/026-1_Swamp/_import.txt
index 373af703..37e5850d 100644
--- a/npc/026-1_Swamp/_import.txt
+++ b/npc/026-1_Swamp/_import.txt
@@ -1,3 +1,4 @@
map: 026-1.gat
npc: npc/026-1_Swamp/_mobs.txt
npc: npc/026-1_Swamp/_warps.txt
+npc: npc/026-1_Swamp/sign.txt
diff --git a/npc/026-1_Swamp/sign.txt b/npc/026-1_Swamp/sign.txt
new file mode 100644
index 00000000..44813c38
--- /dev/null
+++ b/npc/026-1_Swamp/sign.txt
@@ -0,0 +1,7 @@
+//
+
+026-1.gat,64,16,0 script Sign 127,{
+ mes "Hurnscald's Graveyard is north of here.";
+ mes "BEWARE!";
+ close;
+}