Jules1979 Posted September 15, 2017 Posted September 15, 2017 Hello Everybody, Can you help me, how can I create this script? Steps 1. Read username from website URL llHttpRequest -> the username is in "body" (working) 2. username -> uuid for llGiveMoney (maybe with Name2Key) I can't send the username to my Name2Key url, because the username in http response "body" is not global variant (maybe). If it will working -> http response -> id 3. Send 1 linden dollar for this user llGiveMoney(id,amount) Who has any idea to create this? The e-mail communication is slow.
Rachel1206 Posted September 15, 2017 Posted September 15, 2017 Why use username and not the avatar UUID? Or do you want to use https://my.secondlife.com/XXXXXXX and do not have the key stored in an external db? else the just (pseudocode): dataserver( key queryid, string data ) key keyID (key)data; string strUserName= llGetUsername( keyID ); // Process transaction... based on keyID and strUserName 1
Recommended Posts
Please take a moment to consider if this thread is worth bumping.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now