} else if (gambit.input.indexOf('[') > -1) {
        // Optionals included.
        cnt = Utils.wordCount(gambit.input);
        debug(`Has optionals with ${cnt} words.`);
        if (!track[inherits].option[cnt]) {