summaryrefslogtreecommitdiff
path: root/world/map/npc/027-1/crypt.txt
blob: c6f6a63fb1ca3c91ebfd6d692375abc73cef3691 (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", 112, 110;
    end;

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