Possible to change default Payee?
|
|
WickedTribe Woodget
Registered User
Join date: 12 Apr 2007
Posts: 15
|
05-27-2007 19:30
I am using a script in an object to receive payment with llSetPayPrice() followed by a money() event.
Any payment then automatically gets made to the owner of the object. Is it possible to have the default payment go to the creator? (or someone else)
|
|
Osgeld Barmy
Registered User
Join date: 22 Mar 2005
Posts: 3,336
|
05-27-2007 21:03
not directly, what you can do is receive the money then have the object pay from your account to the other person
|
|
WickedTribe Woodget
Registered User
Join date: 12 Apr 2007
Posts: 15
|
05-28-2007 16:42
Yeah, thats what I thought. Just inconvenient to have a middle man.
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
05-29-2007 02:44
From: WickedTribe Woodget Yeah, thats what I thought. Just inconvenient to have a middle man. Not really, they dont even notice.
_____________________
I'm back......
|
|
WickedTribe Woodget
Registered User
Join date: 12 Apr 2007
Posts: 15
|
05-29-2007 05:51
The scenario would be that I would receive the money, via a second party (middle man) from the end buyer. This means that the forwarding of the payment has to go directly from the end buyer to the middle man, and the middle man then has to forward the money to myself- so the middle man would need to give debit permission so a script can receive the money from end buyer and forward it to me.
What I want is that the end buyer can pay me directly, but via an object that is owned by a second party (middle man)
That is, currently when a second party rezzes an object for sale to an end buyer, the money goes to the object owner and not the object creator.
Any suggestions??
|
|
Milambus Oh
Registered User
Join date: 6 Apr 2007
Posts: 224
|
05-29-2007 06:32
I doubt the answer magically changed over night =)
|
|
Ee Maculate
Owner of Fourmile Castle
Join date: 11 Jan 2007
Posts: 919
|
05-29-2007 06:36
From: Milambus Oh I doubt the answer magically changed over night =) Ah.... but the original answer COULD have stopped working overnight! 
|
|
Learjeff Innis
musician & coder
Join date: 27 Nov 2006
Posts: 817
|
05-29-2007 09:04
From: Newgate Ludd Not really, they dont even notice. Um, Newgate -- do you have money indications turned off? A middleman with money indications turned on will see 2 popups, one for being paid and one for paying. Also, the new owner (middleman) will need to authorize the object to take money. If that doesn't happen (i.e., if the script neglects to handle the CHANGED_OWNER condition by resetting or requesting permission) then the money will go to the owner and the owner will see a script error for trying to give money without permission. (I believe that causes an error; if not it will fail silently.) But this is the only option you have, if the object is to be owned by others.
|
|
Tobia Forcella
Registered User
Join date: 4 Mar 2007
Posts: 30
|
05-29-2007 12:19
to solve this, you can put the money event in another state than default, and you change the state only if the permission debit is set by the owner.
The money will pass through the owner, but you are sure that he will give it to you if someone pay the object.
|
|
Learjeff Innis
musician & coder
Join date: 27 Nov 2006
Posts: 817
|
05-30-2007 10:58
From: Tobia Forcella to solve this, you can put the money event in another state than default, and you change the state only if the permission debit is set by the owner.
The money will pass through the owner, but you are sure that he will give it to you if someone pay the object. To solve what? I do that as a matter of course, but it doesn't solve the OP's problem and doesn't affect the fact that the owner is involved in the money transfer.
|
|
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
|
05-30-2007 12:44
Suggestions:
1) Do as everyone has said so far, if you want to stick to your current business model, where an object of yours that someone else rezzes pays you when paid, with the associated limitations and caveats.
or
2) Change your business model so that you don't have a middleman and place the objects for sale out yourself so that you own them, and anyone paying them goes straight to you.
That's it, really. No other options are available for what you are trying to do.
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
05-30-2007 13:33
From: Learjeff Innis Um, Newgate -- do you have money indications turned off?
A middleman with money indications turned on will see 2 popups, one for being paid and one for paying.
Also, the new owner (middleman) will need to authorize the object to take money. If that doesn't happen (i.e., if the script neglects to handle the CHANGED_OWNER condition by resetting or requesting permission) then the money will go to the owner and the owner will see a script error for trying to give money without permission. (I believe that causes an error; if not it will fail silently.)
But this is the only option you have, if the object is to be owned by others. He He He, not that I know off, may be I just never sell anything?
_____________________
I'm back......
|