//::///////////////////////////////////////////////
//:: FileName dexcheck1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/4/2002 1:58:19 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
	if(!(GetAbilityScore(GetPCSpeaker(), ABILITY_DEXTERITY) < 10))
		return FALSE;

	return TRUE;
}