int StartingConditional()
{
  object oPC = GetPCSpeaker();
  int nTalkTimes = GetLocalInt( oPC, "hamleyspoke");
  if (100 == nTalkTimes) return TRUE;
  return FALSE;
}