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