summaryrefslogblamecommitdiff
path: root/world/map/npc/027-1/crypt.txt
blob: 37b1cecf100c2fcddd56827f7302c54f573ef3ed (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                            
027-1.gat,28,67,0|script|#CryptEntrance|45,0,0
{
    if (BaseLevel < 60)
        goto L_Weak;
    warp "027-2.gat", 112, 110;
    end;

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