summaryrefslogtreecommitdiff
path: root/npc/018-3_Cave/sword.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-3_Cave/sword.txt')
-rw-r--r--npc/018-3_Cave/sword.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/018-3_Cave/sword.txt b/npc/018-3_Cave/sword.txt
new file mode 100644
index 00000000..c4a62a8a
--- /dev/null
+++ b/npc/018-3_Cave/sword.txt
@@ -0,0 +1,12 @@
+018-3.gat,71,127,0 script #DemonSword#_M 127,{
+ if (getskilllv(SKILL_MAGIC))
+ goto L_message;
+
+ close;
+
+L_message:
+ mes "[Sword in Rock]";
+ mes "\"Ouch... my head...\"";
+ next;
+ close;
+}