// Author: Jesusalva

045-1,99,33,0|script|Pyramid#N|32767,0,0
{
    if (countitem(SandCutter) < 1) goto L_Warrior;
    warp "058-2", 65, 198;
    end;

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