Switch to edit mode.
Name(s): description1: boring = tostr("Garbage object ", this)
2: if (!this:_get_ghost())
3: return boring
4: endif
5: try
6: return tostr(boring, " [formerly ", this:_get_ghost()[3][1], "]")
7: except (E_RANGE)
8: return tostr(boring)
9: endtry
10: "Last modified by Lao-Tzu (#8084) on Mon Nov 25 12:37:27 2002 MST."