266 @verb #1011:"@active" none none none rxdo #7153 @program #1011:"@active" none none none "Usage: @active" "Tells you how many players connected in the last two days." this:update_usage(verb, player) zz = {} for n in (players()) active = time() - 172800 if (n:has_property("last_connect_time") && n.last_connect_time > active && n.last_connect_time != $maxint) zz = setadd(zz, n) endif endfor player:tell("Of the total ", length(players()), " people on ", $name, ", ", length(zz), " have logged in within the last two days.") "Last modified by Dax (#789) on Tue Apr 13 02:30:25 1999 MDT." . 0