//::///////////////////////////////////////////////
//:: FileName sc_kerakquest2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/08/16 19:46:11
//:://////////////////////////////////////////////
int StartingConditional()
{

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

	return TRUE;
}