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

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

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