summaryrefslogtreecommitdiff
path: root/npc/031-4/barrier.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/031-4/barrier.txt')
-rw-r--r--npc/031-4/barrier.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/031-4/barrier.txt b/npc/031-4/barrier.txt
new file mode 100644
index 00000000..64dcb8c1
--- /dev/null
+++ b/npc/031-4/barrier.txt
@@ -0,0 +1,9 @@
+031-4,40,71,0 script #YetiBarrier-inside NPC45,0,0,{
+ if ($@FIGHT_YETI_STATUS == 1) goto L_Block;
+ warp "031-3", 46, 25;
+ end;
+
+L_Block:
+ message strcharinfo(0), "A force field seems to be blocking you from exiting.";
+ end;
+}