blob: dee6e896733824c172df88b1fd13e754cdd99521 (
plain) (
tree)
|
|
// Mini-Boss
// General Krukan exit
027-6.gat,38,61,0|script|#GeneralExit1|35,6,0
{
if ($@CRYPT_FIGHT1 == 1)
goto L_Block;
warp "027-3.gat",82,89;
end;
L_Block:
message strcharinfo(0), "A force field seems to be blocking you from exiting.";
end;
}
|