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

027-6,38,61,0|script|#GeneralExit1|45,6,0
{
    if ($@CRYPT_FIGHT1 == 1)
        goto L_Block;
    warp "027-3",82,89;
    end;

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