PWE_PRC8/_module/nss/int_check2.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

15 lines
426 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName int_check2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/6/2004 9:07:55 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_INTELLIGENCE) < 10))
return FALSE;
return TRUE;
}