@verb #330:"tell_www_page" this none this rxdo #789 @program #330:"tell_www_page" this none this "Find the arguments for this page (first from the GET parameters, then from the cookie, and finally the defaults)" if (!player:isa($webber) || caller != $www) raise(E_PERM) elseif (prepstr == "/sidebar") return this:tell_www_sidebar() elseif (dobjstr) options = $list_utils:slice(dobj) elseif (cookie = listassoc("330", player.cookies)) options = $string_utils:explode(cookie[2], "_") else options = {"Rank", "Location"} endif "Sent a cookie to the browser for the next time." player:set_cookie($string_utils:from_list(options, "_")) return pass(options) "Last modified by Lao-Tzu (#8084) on Wed Apr 19 09:06:09 2000 EDT." .