/*
 * Function name: targetbb
 * Defined in   : /cmd/std/command_driver.c
 * Description  : This function displays a message to all targets of an
 *                action. It will handle met-nonmet. targetbb("hugs you");
 *                is not a good idea. Use target() for that.
 * Arguments    : string str     - the string to display
 *                object *oblist - the targets to display to
 *
 * Example:
 *
 * targetbb(" hugs you.");     (Note the preceding space)
 * 
 * "Mrpr waves in your direction."
 * "The darkly robed human wizard waves in your direction."
 * "" (No message if you cannot see the actor)
 */
void
targetbb(string str, object *oblist)
