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

15 lines
437 B
Plaintext

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