summaryrefslogtreecommitdiff
path: root/npc/025-3/barrier.txt
blob: dd4ad0f4f2cf142f38d8420f4ed25f2e2678e087 (plain) (blame)
1
2
3
4
5
6
7
8
9
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;

}