HiddenTradition_PRC8/_module/nss/ro_test_lore_30.nss
2024-06-20 15:47:42 -04:00

11 lines
139 B
Plaintext

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