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