Switch to edit mode.
Name(s): desc_21: desc = {"A player earns points for each maze they have successfully completed."}
2: desc = {@desc, "For a maze of size X, you get X*X points."}
3: desc = {@desc, "For instance, a 5*5 maze gives 25 points."}
4: desc = {@desc, ""}
5: blah = {}
6: for x in ($list_utils:reverse($list_utils:sort_alist_suspended(this.players, 3)))
7: blah = {@blah, $string_utils:left(x[1]:title(), 21) + $string_utils:left(tostr(x[3]), 10)}
8: endfor
9: desc = {@desc, $string_utils:columnise(blah, 2)}
10: return desc
11: "Last modified by whiz (#3135) on Tue May 9 17:27:55 2000 MDT."