int StartingConditional()
{
    int iResult;

    iResult = (GetLocalInt(GetModule(), "T1_MODULE_CFG_NOGRAVES") != TRUE);
    return iResult;
}