//:://///////////////////////////////////////////// //:: FileName int_check2 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2/6/2004 9:07:55 PM //::////////////////////////////////////////////// int StartingConditional() { if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_INTELLIGENCE) < 10)) return FALSE; return TRUE; }