//::///////////////////////////////////////////////
//:: FileName sc_dalfoy
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/24/2009 8:27:08 AM
//:://////////////////////////////////////////////
int StartingConditional()
{

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

	return TRUE;
}