diff options
Diffstat (limited to 'npc/006-1/barrier.txt')
-rw-r--r-- | npc/006-1/barrier.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/006-1/barrier.txt b/npc/006-1/barrier.txt new file mode 100644 index 000000000..279211b1c --- /dev/null +++ b/npc/006-1/barrier.txt @@ -0,0 +1,14 @@ +// TMW2 Script +// Author: +// Crazyfefe +// Jesusalva + +006-1,49,54,0 script #FightCaveBarrier NPC_NO_SPRITE,0,0,{ + if ($@FIGHT_CAVE_LEVEL) goto L_Block; + warp "005-1", 59, 53; + end; + +L_Block: + dispbottom l("Your coward outer self fails to convince you to leave."); + end; +} |