diff options
Diffstat (limited to 'npc/029-3/barrier.txt')
-rwxr-xr-x | npc/029-3/barrier.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/029-3/barrier.txt b/npc/029-3/barrier.txt new file mode 100755 index 00000000..36c270a7 --- /dev/null +++ b/npc/029-3/barrier.txt @@ -0,0 +1,9 @@ +029-3,49,54,0 script #FightCaveBarrier NPC45,0,0,{ + if ($@FIGHT_CAVE_STATUS == 1) goto L_Block; + warp "029-1", 69, 62; + end; + +L_Block: + message strcharinfo(0), "Some force seems to be blocking you from exiting."; + end; +} |