//::///////////////////////////////////////////////
//:: FileName sc_006
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/2/2005 7:26:13 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
	if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_STRENGTH) > 18))
		return FALSE;

	return TRUE;
}