string text = "Visit the official Alicia Stella Design Website!"; string url = "http://www.aliciastella.com"; //must include 'http://' default { touch_start(integer num_detected) { llLoadURL(llDetectedKey(0), text, url); } }