@verb #1011:"@shop shop" none none none rxdo #7153 @program #1011:"@shop shop" none none none "Usage: shop" "Shows you the objects in the recycler." this:update_usage(verb, player) player:tell("WARNING: This will produce a very long list.") if (!$command_utils:yes_or_no("Procede?")) player:tell("*** ABORTED ***") return endif stuff = $recycler.contents stuff = $list_utils:sort_suspended(stuff) player:tell($string_utils:columnize(stuff, 7)) player:tell("There are ", length(stuff), " recyclables in the Recycling Center.") "Last modified by Dax (#789) on Thu May 28 10:30:04 1998 EDT." .