025-3.gat,77,169,0 script #JuliaBarrier 127,1,1,{ 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; 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; }