View/Edit #84:tell_children

Switch to edit mode.

Name(s): tell_children
1:  {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."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Hacker (#60)

You are not logged in.

[home | help | who | search | setup | code]