//::///////////////////////////////////////////////
//:: FileName sc_drowquest2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/07/30 13:56:15
//:://////////////////////////////////////////////
int StartingConditional()
{

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

	return TRUE;
}