summaryrefslogtreecommitdiff
path: root/world/map/npc/029-1/barrier.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/029-1/barrier.txt')
-rw-r--r--world/map/npc/029-1/barrier.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/npc/029-1/barrier.txt b/world/map/npc/029-1/barrier.txt
new file mode 100644
index 00000000..fe51dadc
--- /dev/null
+++ b/world/map/npc/029-1/barrier.txt
@@ -0,0 +1,8 @@
+029-1.gat,53,36,0 script #CandorBarrier 127,1,1,{
+ if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
+ warp "029-3.gat", 46, 23;
+ end;
+
+ L_Block:
+ message strcharinfo(0), "Some force seems to be blocking you from entering.";
+}