//::///////////////////////////////////////////////
//:: FileName sc_harter
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/6/2008 6:59:52 AM
//:://////////////////////////////////////////////
int StartingConditional()
{

	// Inspect local variables
	if(!(GetLocalInt(GetPCSpeaker(), "harter") == 1))
		return FALSE;

	return TRUE;
}