(Now that I remember; note to anyone, including self: that new parameter for md_detect_motion should also be properly documented...)
Hmm... I believe you mean the OR'ed '8' bit in the 'PARAMETERS' argument of md_detect_motion, existing in allbest 34 and later if I'm not mistaken... 3 bits (1,2,4 decimal) used to be available, now there are 4:
1: make immediate shoot (shutter is pressed and released by md_detect_motion when motion is detected, to minimize the delay between detection and shooting)
2: log debug information into a file
4: dump liveview image from RAM to a file
8: when making immediate shoot, do not release shutter (the script can then decide how long to keep shutter depressed, for programmed continuous shooting length or photo review time when in single shoot mode). Currently will not affect operation unless '1' is also enabled.
Values must be logical OR'ed to enable more than one (sum the numbers of desired features together, for example to enable immediate shoot and no-shutter-release-on-immediate shoot but not others, set PARAMETERS to 9).
The RAM dump bit is missing from wiki as well, not that I really know or remember what it does (exactly which image is saved, to which file and in what format). The debug log bit should also be documented in a bit more detail (ie what debug info is written and to which file). I think they are mentioned elsewhere on this forum, though.
HTH