264 @verb #6060:"tell_contents" this none this rxdo #987 @program #6060:"tell_contents" this none this "Sorts the 'generic' objects by the number of children, and displays them in two columns." player:tell("You see the following generic objects:") stuff = generics = {} for thing in (args[1]) this:is_generic(thing) ? generics = {@generics, $find_reference_in_ancestry(thing)} | (stuff = {@stuff, thing}) endfor player:tell($string_utils:columnize($list_utils:reverse($list_utils:sort(generics)), 4)) return pass(stuff, @args[2..$]) "Last modified by Raptor (#6319) on Sun Jan 13 15:16:50 2002 MST." . 0