//::///////////////////////////////////////////////
//:: FileName tst_q2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/2/2004 3:39:52 AM
//:://////////////////////////////////////////////
int StartingConditional()
{

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

	return TRUE;
}