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

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

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