Switch to edit mode.
Name(s): @folders1: if (this.audit_folders == {}) 2: return player:tell("You have no folders sorting your @audit command. To add a new one, type '@folder'.") 3: endif 4: z = {} 5: for x in (this.audit_folders) 6: z = {@z, {x[1], length(x[2])}} 7: endfor 8: player:tellcolumns({1, 1}, {"Folder Name", "Number of Objects"}, @z) 9: return 10: "Last modified by Lao-Tzu (#8084) on Wed Dec 5 15:03:02 2001 MST."