summaryrefslogtreecommitdiff
path: root/npc/015-2/lordcave.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-2/lordcave.txt')
-rw-r--r--npc/015-2/lordcave.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt
new file mode 100644
index 000000000..517944f6a
--- /dev/null
+++ b/npc/015-2/lordcave.txt
@@ -0,0 +1,11 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+
+015-2,94,255,0 script #BanditLordDen NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ npctalk l("This passage seems sealed. If I only had a @@...", getitemlink(SilverKey));
+ end;
+}