//::///////////////////////////////////////////////
//:: FileName tri_planar_check
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10.12.2002 20:32:12
//:://////////////////////////////////////////////
#include "nw_i0_tool"

int StartingConditional()
{

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

	return TRUE;
}