summaryrefslogtreecommitdiff
path: root/world/map/npc/027-1/crypt.txt
blob: 2a67ff24a1f0c03117c7ddc901a049a21755602b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
027-1,28,67,0|script|#CryptEntrance|45,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;
}