@verb #7338:"process" this none this rxdo #7921 @program #7338:"process" this none this dupes = args[2] for dupe in [1..length(dupes)] size = $string_utils:right(tostr(object_bytes(dupes[dupe]) / 1024, "K"), 4) expire = $string_utils:center(dupes[dupe]:_get_solidified() ? "[S]" | (dupes[dupe]:_get_petrified() ? "[P]" | $su:from_seconds(dupes[dupe].best_before - time())), 7) dupes[dupe] = tostr(dupe == 1 ? args[1] | " ", " ", $string_utils:left(dupes[dupe].name, 27), $string_utils:right(dupes[dupe], 6), " ", size, " ", expire) player:tell(dupes[dupe]) endfor .