summaryrefslogtreecommitdiff
path: root/world/map/npc/043-1/pyramid.txt
blob: a3f35cccf6637d750ab3bb07dbb55f20bde6007c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Author: Jesusalva

043-1,68,113,0|script|Pyramid#T|32767,0,0
{
    if (countitem(SandCutter) < 1) goto L_Warrior;
    warp "058-1", 65, 198;
    end;

L_Warrior:
    message strcharinfo(0), "To enter this pyramid, you must obtain the weapon of a true warrior.";
    end;
}