Battledale_PRC8/_module/nss/px_uzgath_contr.nss

9 lines
144 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetPCSpeaker();
if(GetIsSkillSuccessful(oPC,SKILL_LORE,20) && GetIsSkillSuccessful(oPC,SKILL_SPELLCRAFT,22))
{
}
}