int StartingConditional()
{
if(GetLocalInt(GetPCSpeaker(), "PCL_ANON")== 0)
  {return TRUE;}
  return FALSE;
}