15 lines
425 B
Plaintext
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;
|
|
}
|