//::///////////////////////////////////////////////
//:: FileName sc_029
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/16/2005 3:45:09 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"

int StartingConditional()
{

	// Make sure the PC speaker has these items in their inventory
	if(!HasItem(GetPCSpeaker(), "ZEP_HOLYSYMBOLhec"))
		return FALSE;

	return TRUE;
}