blob: 93f4d8c1bde8079eef60430280c506a9d0db5887 (
plain) (
tree)
|
|
// Mini-Boss
// General Terogan
027-5,70,25,0|script|#GeneralDoor3|45,1,0
{
if ( (countitem("CryptKey") < 10) && ($@CRYPT_FIGHT3 != 0) )
goto L_NoKeys;
delitem "CryptKey", 10;
warp "027-8",39,60;
goto L_Close;
L_NoKeys:
message strcharinfo(0), "This door is locked.";
end;
L_Close:
close;
}
|