summaryrefslogtreecommitdiff
path: root/world/map/npc/011-6/barrier.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/011-6/barrier.txt')
-rw-r--r--world/map/npc/011-6/barrier.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/world/map/npc/011-6/barrier.txt b/world/map/npc/011-6/barrier.txt
deleted file mode 100644
index 38188ad2..00000000
--- a/world/map/npc/011-6/barrier.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-011-6,264,236,0|script|#BL_Barrier2|45,0,0
-{
- set @state, ((QUEST_Hurnscald & NIBBLE_0_MASK) >> NIBBLE_0_SHIFT);
-
- if (@state >= 6) goto L_Lord_Hideout_Open;
- message strcharinfo(0), "You have a feeling that you should not enter this place now.";
- goto L_End;
-
-L_Lord_Hideout_Open:
- warp "011-6",174,255;
- goto L_End;
-
-L_End:
- set @state, 0;
- end;
-}