//:://///////////////////////////////////////////// //:: FileName strcheck1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/4/2002 1:57:32 AM //::////////////////////////////////////////////// int StartingConditional() { if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) < 10)) return FALSE; return TRUE; }