diff options
Diffstat (limited to 'npc/025-3/barrier.txt')
-rw-r--r-- | npc/025-3/barrier.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/025-3/barrier.txt b/npc/025-3/barrier.txt index dd4ad0f4..96ca06e6 100644 --- a/npc/025-3/barrier.txt +++ b/npc/025-3/barrier.txt @@ -1,5 +1,9 @@ 025-3.gat,77,169,0 script #JuliaBarrier 127,1,1,{ - if (Rossy_Quest <= 15) goto L_Block; + if (Battle_Caves == 0) goto L_Block; + warp "025-4.gat", 157, 46; + end; + + if (Battle_Caves == 2) goto L_Block2; warp "025-4.gat", 157, 46; end; @@ -7,4 +11,8 @@ L_Block: message strcharinfo(0), "You don't feel powerful enough to enter. You maybe should explore somewhere else before."; end; +L_Block2: + message strcharinfo(0), "There is nothing else in this cave that seems interesting."; + end; + } |