1a2
@verb #2731:"@html*" any any any rdo #2731
@program #2731:"@html*" any any any
argstr = player:input_get_raw(argstr)
if (verb == "@html")
"Test for all to see"
this.location:announce_all(tostr(this:title() + " is HTML testing, please stand by:"))
this.location:announce_all(tostr(argstr))
else
"Test for you to see"
this:tell(tostr("You are HTML testing, please stand by:
" + argstr))
endif
.
0