summaryrefslogtreecommitdiff
path: root/npc/027-1/crypt.txt
blob: 25a6d0ecd2d28bac92a46c75ead8a2408fb2c6e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
027-1,28,67,0	script	#CryptEntrance	NPC45,0,0,{
    if (BaseLevel < 60)
        goto L_Weak;
    warp "027-2", 36, 110;
    end;

L_Weak:
    message strcharinfo(0), "Come back when you're a bit more experienced.";
    end;
}