int StartingConditional() { int iReturn = GetLocalInt(GetModule(), "iAllowExceedILR"); if (iReturn ==1) return TRUE; else return FALSE; }