MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Getting a list of players...



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


References:

Home | Subject Index | Thread Index