UW2_PRC8/_module/nss/intcheck1.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

15 lines
425 B
Plaintext

//::///////////////////////////////////////////////
//:: 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;
}