string serviceid = "b1e5e346-b831-47fa-9930-6ca5d4cd774b"; default { touch_start(integer counter) { string URL = "http://hbeasydatabase3.appspot.com/load?service=" + serviceid + "&keyfield=colors"; key httpkey=llHTTPRequest(URL, [] ,""); } http_response(key id, integer status, list meta, string body) { list colors = llParseString2List(body,[","],[" "]); llSetColor(,ALL_SIDES); } }