summaryrefslogblamecommitdiff
path: root/world/map/npc/027-7/general_razha_exitdoor.txt
blob: 5389a74ba0233cbe5246c0e7e7da515578c80a5a (plain) (tree)
1
2
3
4
5
6
7
8


                
                                         


                            
                       





                                                                                   
// Mini-Boss
// General Razha

027-7,36,61,0|script|#GeneralExit2|35,6,0
{
    if ($@CRYPT_FIGHT2 != 0)
        goto L_Block;
    warp "027-4",73,77;
    end;

L_Block:
    message strcharinfo(0), "A force field seems to be blocking you from exiting.";
    end;
}