Switch to edit mode.
Name(s): tell_www_contents1: stuff = args[1]
2: q = {}
3: for x in (stuff)
4: if (this:is_generic(x))
5: stuff = setremove(stuff, x)
6: q = {@q, {x:audit_name(), tostr(x)}}
7: endif
8: endfor
9: player:tellColumns({40, 40}, {"Corification", "#"}, @q)
10: pass(stuff)
11: "Last modified by Dax (#789) on Thu May 14 14:03:01 1998 EDT."