int StartingConditional()
{
    if(!(GetLocalInt(GetModule(), "gr_xx") != 1))
        return FALSE;

  return TRUE;
}