Battledale_PRC8/_module/nss/px_runestone1.nss

13 lines
335 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetLastUsedBy();
if(GetIsSkillSuccessful(oPC,SKILL_LORE,33))
{
SpeakString("Lost, all is lost. The world warps and twists below, no longer can we stay. Our hopes to redeem those who fell along Araushnee are now lost.");
}
else
{
SpeakString("["+GetName(oPC)+" tries in vain to read the ancient runes]");
}
}