15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName dh_dialog_int_7p
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 19-02-2005 11:18:01
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_INTELLIGENCE) > 9))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|