Switch to edit mode.
Name(s): tell_children1: {object} = args 2: player:tell("<H1>Children of <A HREF=\"/", toint(object), "\">", object.name, " (", object, ")</A></H1>") 3: kids = children(object) 4: player:tell("<B>", length(kids), " child", length(kids) == 1 ? ":" | (kids ? "ren:" | "ren."), "</B><BR>") 5: if (kids) 6: info = this:children_table(object, object, kids) 7: player:tellColumns(@info) 8: player:tell("<BR>") 9: endif 10: "Last modified by Dax (#789) on Tue May 3 14:09:30 2005 MDT."