blob: e528b49e6d53e31afd1e2d222dbb4153203d352e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
029-3,49,54,0|script|#FightCaveBarrier|45,0,0
{
if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
warp "029-1", 69, 62;
end;
L_Block:
message strcharinfo(0), "Some force seems to be blocking you from exiting.";
end;
}
|