47f79075 ^
c18b1f6f ^
dbd67502 ^
22cfbc01 ^
1 2 3
4
5
6
7 8
9
10 11 12 13 14 15 16 17 18
// Mini-Boss // General Razha 027-4,73,76,0|script|#GeneralDoor2|45,1,0 { if ( ($@CRYPT_FIGHT2 != 0) ) goto L_NoKeys; warp "027-7",39,60; goto L_Close; L_NoKeys: message strcharinfo(0), "This door is locked."; end; L_Close: close; }