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