summaryrefslogtreecommitdiff
path: root/npc/025-3/barrier.txt
blob: 96ca06e6b96cdf7ac74de8968b1cf078f62297cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;

}