summaryrefslogtreecommitdiff
path: root/npc/006-3/core.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-3/core.txt')
-rw-r--r--npc/006-3/core.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/006-3/core.txt b/npc/006-3/core.txt
new file mode 100644
index 000000000..ca5a6f9ca
--- /dev/null
+++ b/npc/006-3/core.txt
@@ -0,0 +1,15 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+
+006-3,46,26,0 script Magic Barrier#0063 NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ //warp "006-3", 49, 52;
+ specialeffect(5000, SELF, .name$);
+ dispbottom l("The power which lies in Candor rejects your strength.");
+ sleep2(3000);
+ specialeffect(5002, SELF, .name$);
+ end;
+}