HiddenTradition_PRC8/_module/nss/ro_test_lore_30.nss

11 lines
139 B
Plaintext
Raw Permalink Normal View History

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