HoS_PRC8/_mod/_module/nss/cv_grth_intimida.nss

9 lines
190 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
int StartingConditional()
{
object oPC=GetPCSpeaker();
int nBluff=GetSkillRank(SKILL_INTIMIDATE,oPC);
int nRoll=d20()+nBluff;
if (nBluff>15) return TRUE;
return FALSE;
}