summaryrefslogblamecommitdiff
path: root/world/map/npc/027-3/general_krukan_door.txt
blob: 22134a4b3aa8d0c45e04e8c72db4d0a2b1e240da (plain) (tree)
1
2
3
4
5
6
7
8
9


                 
                                         
 
                                

                      
                       








                                                   
// Mini-Boss
// General Krukun

027-3,82,88,0|script|#GeneralDoor1|45,1,0
{
    if ( ($@CRYPT_FIGHT1 != 0) )
        goto L_NoKeys;

    warp "027-6",39,60;
    goto L_Close;

L_NoKeys:
    message strcharinfo(0), "This door is locked.";
    end;

L_Close:
    close;
}