//::///////////////////////////////////////////////
//:: FileName bam
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/5/2002 4:02:23 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
	if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) < 15))
		return FALSE;

	return TRUE;
}