@verb #1034:"objects @objects" none for/about any rxdo #8878 @program #1034:"objects @objects" none for/about any targ = $su:match_player(args[2]) if (!valid(targ)) player:tell("Can't find ", args[2]) else for x in (targ.owned_objects) player:tell(x, " - ", x:title()) endfor endif .