
NAME :: clear_scan_access

SYNTAX :: clear_scan_access(string target);

This functions is provided inside of the WORKROOM inherit so that
a target can be removed from the "scan" level of access. If no target
is passed then the whole list will be wiped out.

   ----< SAMPLES >----

clear_scan_access("larry");
       This will remove larry from the scan access list.

clear_scan_access();
        This removes the entire scan access list.

