@verb #3652:"newwho newho wh who cow ranks people players online @w @who @nwho @newwho @newho @ho" none none none rxdo #7446 @program #3652:"newwho newho wh who cow ranks people players online @w @who @nwho @newwho @newho @ho" none none none this:update_usage(verb, player) data = {} for x in (connected_players()) xxx = $string_utils:from_seconds(x:idle_seconds()) if (x.wizard) rank = "X" elseif (x:isa($guardian)) rank = "X" elseif (x.programmer) rank = "*" else rank = " " endif data = {@data, {rank, x, x:title(), x.location:title(), xxx, x.gender}} endfor player:tellColumns({1, 8, 18, 26, 14, 18}, {"P", "Number", "Name", "Location", "Idle Time", "Gender"}, @data) player:tell("* = Programmer X = Wizard or Guardian") .