@verb #1518:"tell_www_setup" this none this rxdo #833 @program #1518:"tell_www_setup" this none this "Prints a form allowing web-based setup of this room." "This verb handles the outside name/description." "Override to add more functionality. Don't forget to pass." caller == this || raise(E_PERM) pass(@args) hack = player.user:controls(this) player:tell("

Movable Room setup.

") player:tell("
") outside_desc = this:_get_outside_description() if (hack) player:tell("Outside Name:
") player:tell("Description:
") text = `{tostr("
"} ! E_TYPE => {"", @$html_utils:literal_text(toliteral(outside_desc)), "

"}' text[1..2] = {text[1] + text[2]} length(text) > 1 && (text[$ - 1..$] = {text[$ - 1] + text[$]}) player:tell(text) player:tell(" ") else player:tell("Outside Name: ", $html_utils:literal_text(this.name), "
") player:tell("Outside Description:
", @`$html_utils:literal_text(outside_desc) ! E_TYPE => $html_utils:literal_text(toliteral(outside_desc))', "") endif player:tell("

") "Last modified by Dax (#789) on Tue May 3 14:09:33 2005 MDT." .