@verb #84:"tell_contents" this none this rxdo #60
@program #84:"tell_contents" this none this
{object} = args
player:tell("
")
stuff = object.contents
player:tell("Contains ", length(stuff), " object", length(stuff) == 1 ? ":" | (stuff ? "s:" | "s."), "
")
if (stuff)
info = this:contents_table(object, object, stuff)
player:tellColumns(@info)
player:tell("
")
endif
"Last modified by Dax (#789) on Tue May 3 14:09:30 2005 MDT."
.