18f @verb #1011:"count" none none none rxdo #7153 @program #1011:"count" none none none "Usage: count" " This verb counts the current population of the MOO, and tells you." this:update_usage(verb, player) count = 0 for x in (players()) count = count + 1 endfor player:tell("There are ", count, " players on ", $name, "!") "Last modified by Dax (#789) on Tue Apr 13 03:32:14 1999 MDT." . 0