summaryrefslogtreecommitdiff
path: root/world/map/npc/027-8/general_terogan_exitdoor.txt
blob: 41392b0a51ac9e31928b441a7908040e61063554 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Mini-Boss
// General Krukun

027-8,38,61,0|script|#GeneralExit3|45,3,0
{
    if ($@CRYPT_FIGHT3 != 0)
        goto L_Block;
    warp "027-5",70,26;
    end;

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