Switch to edit mode.
Name(s): @toads1: toadies = children($toad)
2: lines = {}
3: for x in (toadies)
4: $command_utils:suspend_if_needed()
5: obj_name = (obj_num = x):title()
6: loc_name = valid(loc_num = x.location) ? loc_num:title() | tostr(loc_num)
7: own_name = valid(own_num = x.owner) ? own_num:title() | tostr(own_num)
8: lines = {@lines, {obj_name, obj_num, loc_num, own_name}}
9: endfor
10: player:tellColumns({30, 5, 5, 30}, {"Object", "#", "Where", "Owner"}, @lines)
11: "Last modified by Avator (#2168) on Wed Apr 28 22:24:59 1999 MDT."