int StartingConditional() { object oPC = GetPCSpeaker(); if (GetSkillRank(SKILL_LORE, oPC) + d20 () > 35) return TRUE; return FALSE; }