
NAME :: allow_guest_access

SYNTAX :: allow_guest_access(string *arr);

This function is used specifically by the WORKROOM inherit. It permits
the builders named in the array to move freely around your areas.

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

allow_guest_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 "guest" access to your files.

