//::///////////////////////////////////////////////
//:: FileName sc_test_str16
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2004-03-21 23:13:52
//:://////////////////////////////////////////////
int StartingConditional()
{
	if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) > 15))
		return FALSE;

	return TRUE;
}