Jump to content
You are about to reply to a thread that has been inactive for 2644 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Posted

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.

Posted

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

  • Thanks 1
You are about to reply to a thread that has been inactive for 2644 days.

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
×
×
  • Create New...