17e @verb #9682:"print" none none none rdo #9682 @program #9682:"print" none none none out = {} for x in [1..length(#120.names)] STR = tostr("l: ", #120.names[x], " p: ") for y in [1..length(#120.pwords[x])] STR = tostr(STR, this:get_letter(#120.pwords[x][y])) endfor STR = strsub(STR, " ", " ") out = {@out, STR} endfor player:tell($su:columnise(out, 2)) . 0