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