blob: 5afd8da99cde0898a9cee71a5243bc6848b6bcf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
029-3.gat,45,20,0 script #FightCaveBarrier 127,1,1,{
if ($@FIGHT_CAVE_STATUS != 0) goto L_Block;
warp "029-1.gat", 55, 38;
end;
L_Block:
message strcharinfo(0), "Some force seems to be blocking you from exiting.";
}
|