Alangara_PRC8/_module/nss/dh_dialog_int_p9.nss

15 lines
443 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
//::///////////////////////////////////////////////
//:: 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;
}