Multi-examine
version 3 by Jon Ingold
Section - To prevent list output for multiple actions, and to prevent extra output after a representative has been selected
The silently announce items from multiple object lists rule is listed instead of the announce items from multiple object lists rule in the action-processing rules.
This is the silently announce items from multiple object lists rule:
unless a multiple action:
if the current item from the multiple object list is not nothing, say "[current item from the multiple object list]: [run paragraph on]";
if multi-action-done is true:
let L be the multiple object list;
let N be the number of entries in L;
if the current item from the multiple object list is entry N from L, say " "; [ seems to guarantee line-breaking works; no idea why. ]
stop the action.