@verb #3652:"lag @lag" none none none rxdo #7446 @program #3652:"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") .