summaryrefslogtreecommitdiff
path: root/npc/027-4/general_razha_door.txt
blob: 4e06b93bd8f70e24cfca7a7a5bc31c1fc2ed58c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
027-4,73,76,0	script	#GeneralDoor2	NPC45,1,0,{
    if ( $@CRYPT_FIGHT2 != 0 )
        goto L_NoKeys;

    warp "027-7",39,60;
    goto L_close;

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

L_close:
    close;
}