@verb #3135:"newbiecheck" none none none rdo #3135 @program #3135:"newbiecheck" none none none yr = 60 * 1440 * 365 for x in (players()) if (x.first_connect_time > time() - yr && listassoc(x, #2735.users) != {}) tm = listassoc(x, #2735.users) player:tell("Newbie " + x:title() + " has spent ", $time_utils:dhms($math_utils:sum(@tm[2..$]) * 5 * 60), " online in the past week.") endif endfor "Last modified by whiz (#3135) on Sun Jun 22 23:18:16 2003 MDT." .