LlLoadURL
De DigiWiki.
default { touch_start(integer num_detected) { key id = llDetectedKey(0);// the touching avatar's key, must be in same region string info = "Visit the Second Life website!";// some info text for the dialog menu string url = "http://www.secondlife.com";// must start with either "http://..." or "https://..." llLoadURL(id, info, url); } }