//:://///////////////////////////////////////////// //:: FileName strcheck //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 11/3/2002 8:48:33 PM //::////////////////////////////////////////////// int StartingConditional() { if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) > 13)) return FALSE; return TRUE; }