summaryrefslogtreecommitdiff
path: root/world/map/npc/027-8/general_terogan_exitdoor.txt
blob: 6f0e01f0a6f73c86bbc0cdd6cecf582b44a940b0 (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|35,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;
}