@htdesc - luxembourg/muxcode-clm GitHub Wiki
@HTDESC
COMMAND: @htdesc <object> = <message> ATTRIBUTE: HTDesc
Sets the HTML description for <object> to be shown when a player with the HTML flag looks at the object. If there is no HTDesc set, then the player is shown the regular description from Desc.
You may place regular, raw HTML in the @htdesc, however if you do so you should set the HTML flag on the object. Without the flag any '<' characters are translated to '<' and any '>' are translated to '>'. If this occurs, the browser will display the '<' and '>' characters instead of handling them as HTML tags.
Functions and %-substitutions are evaluated in this attribute.
Example: > @htdesc me=<IMG SRC="http://www.fakeserver.com/image.png"> > @set me/htdesc = html
See also: PUEBLO, @set, HTML