Battledale_PRC8/_module/nss/fr_statue_test.nss

12 lines
212 B
Plaintext
Raw Normal View History

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