Switch to edit mode.
Name(s): tell_www_body1: caller == this && player:isa($webber) || raise(E_PERM)
2: pass(@args)
3: player:tell("<P>")
4: if (!this:is_readable_by(player.user))
5: $msg:mtell("encrypted")
6: else
7: player:tell("<P><TABLE BORDER=1 CELLPADDING=10 CELLSPACING=0><TR><TD>")
8: player:tell($web:format(this:text()))
9: player:tell("</TD></TR></TABLE><P>")
10: $msg:mtell("read")
11: endif
12: "Last modified by Dax (#789) on Sun Jul 28 08:14:48 2002 MDT."