blob: 0ed76d2d7a5296cd3d3d142b6a8a4cbf3ef05a72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
029-1.gat,54,37,0|script|#CandorBarrier|45,0,0,
{
if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
warp "029-3.gat", 46, 23;
end;
L_Block:
message strcharinfo(0), "Some force seems to be blocking you from entering.";
}
|