
NAME :: allow_scan_access

SYNTAX :: allow_scan_access(string *arr);

This functions is specifically used by the WORKROOM inherit. Anyone
named by this function will be granted the "scan" access level to your
objects. Any commands that harvest information from your objects fall in
the "scan" level of access.

  ----<<< SAMPLES >>>----

allow_scan_access( ({ "larry","moe","curley" }) );
       If you inherit WORKROOM into your workroom file and place
       the above line in the create() section, then larry, moe and
       curley will be granted "scan" access to your files.

