Switch to edit mode.
Name(s): tell_contents tell_www_contents1: if (player:isa($webber))
2: graves = {}
3: for grave in (this:list_graves())
4: grave = tostr("<A HREF='/", toint(this), "/", $string_utils:substitute(grave, $www.desubst), "'>", grave, "</A>")
5: graves = {@graves, grave}
6: endfor
7: else
8: graves = this:list_graves()
9: endif
10: player:tell("You see graves for the following people: ", $string_utils:english_list(graves))
11: return pass(@args)
12: "Last modified by Dax (#789) on Tue May 3 14:09:35 2005 MDT."