//::///////////////////////////////////////////////
//:: FileName fr_iwd_gportalc1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19.2.2004 5:22:39
//:://////////////////////////////////////////////
#include "nw_i0_tool"

int StartingConditional()
{

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

	return TRUE;
}