Switch to edit mode.
Name(s): @html*1: argstr = player:input_get_raw(argstr) 2: if (verb == "@html") 3: "Test for all to see" 4: this.location:announce_all(tostr(this:title() + " is HTML testing, please stand by:")) 5: this.location:announce_all(tostr(argstr)) 6: else 7: "Test for you to see" 8: this:tell(tostr("You are HTML testing, please stand by:<br>" + argstr)) 9: endif