Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Donation Box - Send donations to Other user?

Kristopher Tenk
Registered User
Join date: 11 Apr 2007
Posts: 153
04-27-2007 01:42
At present my donation box is set up to send the money to me, what line of code do i add so that the money is sent to another user (my client)

Thanks
Lankarion Lock
Thread Killer
Join date: 9 Oct 2006
Posts: 48
04-27-2007 18:27
I know where a couple donation jar scripts are that do this as well as other things, I'm not a scripter though so i don't know what lines would need to be modified.
Maybe i'll fiddle with the script and see if I can get it to work =\
IM me in game if you want the info.
Otherwise good luck =)
Anthony Hocken
Registered User
Join date: 16 Apr 2006
Posts: 121
05-12-2007 18:57
When someone pays the object the money will be transfered to the object owner's account. You need to make a second transaction from your account to somebody elses. Look for the money() event and make a llGiveMoney(recipient_key, amount) call there.