@verb #995:"tell_contents" this none this rxdo #9342 @program #995:"tell_contents" this none this "Also list the contents of the room next door." pass(@args) things = {} for x in (setremove(this.group, this)[1]:contents()) if (!is_player(x)) things = {@things, x} endif endfor if (!things) $msg:mtell("other_thing_none") elseif (length(things) == 1) $msg:mtell("other_thing_sing", things[1]) else $msg:mtell("other_thing_plur", things) endif "Last modified by Dax (#789) on Mon May 7 13:34:36 2001 MDT." .