Tim Mansfield writes: > How do I get a list of all the players in the MOO? I found help on a method > called `players()' but the help didn't mention which object owned the method. This isn't a method (aka verb); it's a built-in function. Just use the expression players() *as is* to get the list you're after. Pavel