//::///////////////////////////////////////////////
//:: FileName strcheck2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/4/2002 2:01:28 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
    if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) > 16))
        return FALSE;

    return TRUE;
}