summaryrefslogtreecommitdiff
path: root/world/map/npc/027-5/general_terogan_door.txt
blob: 9f43b5c9bf72d1e470b79120f9203845f19f013e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Mini-Boss
// General Terogan

027-5,70,25,0|script|#GeneralDoor3|45,1,0
{
    if ( ($@CRYPT_FIGHT3 != 0) )
        goto L_NoKeys;

    warp "027-8",39,60;
    goto L_Close;

L_NoKeys:
    message strcharinfo(0), "This door is locked.";
    end;

L_Close:
    close;
}