diff options
Diffstat (limited to 'npc/025-3/barrier.txt')
-rw-r--r-- | npc/025-3/barrier.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/025-3/barrier.txt b/npc/025-3/barrier.txt new file mode 100644 index 00000000..dd4ad0f4 --- /dev/null +++ b/npc/025-3/barrier.txt @@ -0,0 +1,10 @@ +025-3.gat,77,169,0 script #JuliaBarrier 127,1,1,{ + if (Rossy_Quest <= 15) goto L_Block; + warp "025-4.gat", 157, 46; + end; + +L_Block: + message strcharinfo(0), "You don't feel powerful enough to enter. You maybe should explore somewhere else before."; + end; + +} |