@verb #4214:"newts" none none none rxo #8438 @program #4214:"newts" none none none "Gives a nice list of the newted players." this:update_usage(verb, player) newts = {} for dude in (players()) if ($wiz_utils:isnewt(dude)) newts = {@newts, {$string_utils:nn(dude), player:ctime(dude.nologin[1]), $string_utils:from_seconds(dude.nologin[1] - time())}} $command_utils:suspend_if_needed() endif endfor if (!newts) player:tell("--- No newted players ---") else player:tellcolumns(3, {30, 29, 9}, {"Player", "Gone Until", "Time Left"}, @newts) endif .