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