@verb #1498:"lag @lag" none none none rxdo #6397 @program #1498:"lag @lag" none none none this:update_usage(verb, player) lag = 0 for x in (this.lag_info[1]) lag = lag + x endfor lag = tofloat(lag) curlag = tofloat(lag / tofloat(length(this.lag_info[1]))) player:tell("Current Lag: ", curlag, " seconds") player:tell("Biggest Lag: ", $time_utils:english_time(this.lag_info[2][1]), " (", ctime(this.lag_info[2][2]), ")") player:tell("Total Lag: ", $time_utils:english_time(this.lag_info[3]), " (since ", ctime(this.lag_info[4]), ")") clocklag = 0 for x in (this.lag_info[6]) clocklag = clocklag + x endfor player:tell("Clock (#99) Lag: ", tofloat(tofloat(clocklag) / tofloat(length(this.lag_info[6]))), " seconds") "Last modified by James (#6397) on Wed Dec 24 10:05:17 1997 EST." .