1a2 @verb #1200:"tell_www_page" this none this rxd #9988 @program #1200:"tell_www_page" this none this query = this:parse_query(tostr(prepstr, dobjstr)) if (!query[1]) $www.error:bad_request() player:tell(this:fileread("invalid.html")) elseif (this:has_verb(query[1])) $www.error:ok() this:(query[1])(@query[2..$]) else $www.error:bad_request() player:tell(this:fileread("invalid.html")) endif . 0