//::///////////////////////////////////////////////
//:: FileName hasrattooth
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/14/2004 4:44:38 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"

int StartingConditional()
{

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

	return TRUE;
}