PoA_PRC8/_module/nss/intcheck1.nss

15 lines
425 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: FileName intcheck1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/4/2002 1:59:26 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_INTELLIGENCE) < 10))
return FALSE;
return TRUE;
}