//::///////////////////////////////////////////////
//:: FileName treeguy
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/5/2002 12:56:54 AM
//:://////////////////////////////////////////////
int StartingConditional()
{

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

	return TRUE;
}