int StartingConditional()
{
    int iResult;

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