Switch to edit mode.
Name(s): tell_contents1: "Separates the 'art' from any other objects in the room."
2: player:Tell("You see the following artwork:")
3: stuff = art = {}
4: for thing in (args[1])
5: this:is_art(thing) ? art = {@art, thing:title()} | (stuff = {@stuff, thing})
6: endfor
7: player:tell($string_utils:columnize(art, 5))
8: pass(stuff)
9: "Last modified by MadHatter (#8371) on Tue Aug 13 05:30:28 2002 MDT."