Switch to edit mode.
Name(s): depth1: this:is_readable_by(caller_perms()) || raise(E_PERM)
2: info = this.(" " + (prefix = (args || {""})[1]))
3: depth = 0
4: string = prefix
5: if (ticks_left() < 500 || seconds_left() < 2)
6: player:tell("...", prefix)
7: suspend(0)
8: endif
9: for i in [1..length(info[2])]
10: if ((r = this:depth(tostr(prefix, info[1], info[2][i])))[1] > depth)
11: depth = r[1]
12: string = r[2]
13: endif
14: endfor
15: return {depth + 1, string}
16: "Last modified by Dax (#789) on Sat May 21 03:21:02 2005 MDT."