Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Passing Avatar Name Thru URL String

Growing Wise
Registered User
Join date: 26 Jan 2007
Posts: 3
01-30-2007 19:21
Just started messing with SLS today .... simply want to pass the "clicking" avatars name to a URL string .... am I even on the right track here?

default
{
touch_start(integer num_detected)
{
llRequestAgentData(llDetectedKey(0), DATA_NAME); // request creation date
}
dataserver(key queryid, string data)
{
llLoadURL(llDetectedKey(0), "My Website", "http://MyServer/?avName="+ data);
}
}
Jodina Patton
Registered User
Join date: 19 Nov 2005
Posts: 170
01-30-2007 19:31
I think you want to post this in the scripting tips section here:
/54/1.html