2e9 @verb #4572:"tell_contents" this none this rxdo #60 @program #4572:"tell_contents" this none this "Copied from Generic Room (#6):tell_contents by Hacker (#60)Dec 21 18:33:07 1999" contents = args[1] "ctype = args[2]" if (`this.dark ! E_PROPNF => 0') return endif players = things = exits = {} for x in (contents) if (x.name == "} hidden {" && !this:junk_p(x)) "It's hidden. Let's ignore it." elseif (is_player(x)) players = {@players, x} elseif (this:is_exit(x)) exits = {@exits, x} else things = {@things, x} endif endfor "this:tell_things(things);" "this:tell_players(players);" pass(@args) this:tell_exits(this:exits()) "Last modified by Cecil (#7407) on Thu Nov 7 18:16:45 2002 MST." . 0