string serviceid = "b1e5e346-b831-47fa-9930-6ca5d4cd774b"; default { touch_start(integer counter) { float color1 = llFrand(1); float color2 = llFrand(1); float color3 = llFrand(1); llSetColor(,ALL_SIDES); string colors = llEscapeURL(llDumpList2String([color1, color2, color3],",")); string URL = "http://hbeasydatabase3.appspot.com/store?service=" + serviceid + "&keyfield=colors&datafield=" + colors; key httpkey=llHTTPRequest(URL, [] ,""); } }