blob: f172983715719cd12872815b05a469654c9d71fc (
plain) (
tree)
|
|
// Mini-Boss
// General Razha
027-4.gat,73,76,0|script|#GeneralDoor2|35,1,0
{
if ( (countitem("CryptKey") < 10) && ($@CRYPT_FIGHT2 != 0) )
goto L_NoKeys;
delitem "CryptKey", 10;
warp "027-7.gat",39,60;
goto L_Close;
L_NoKeys:
message strcharinfo(0), "This door is locked.";
end;
L_Close:
close;
}
|