//::///////////////////////////////////////////////
//:: FileName sc_encia01
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/12/2006 12:31:28 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

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

	return TRUE;
}