Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Money & Buy

Matthieu Statosky
Registered User
Join date: 17 Apr 2004
Posts: 6
12-25-2004 10:26
Hi,

I would like to know if there's an event triggered when user click on "Buy" button of an object. I would like to do some statitics without managed the Pay & Money events, states etc ... There's maybe an inventory event which can help me ?

Matthieu
Kurt Zidane
Just Human
Join date: 1 Apr 2004
Posts: 636
12-25-2004 11:41
I don't think so, unless you want to have limited items.

But you could use the rez event. When people buy the object, they'll probable rez it on land that is script ok. The event will trigger, and you'll be able to get stats on who bought the object. Then you could have the script delete it self.
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
12-26-2004 09:02
Check your account history, all object purchases are listed.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river.
- Cyril Connolly

Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence.
- James Nachtwey
Matthieu Statosky
Registered User
Join date: 17 Apr 2004
Posts: 6
12-26-2004 09:06
Thanks for your replies.

Strife : I would like to save this informations, so I need a script that computes the purchases.

Kurt : I've think about the "one time" script solution, but with Animations, there are not rez ...

Matthieu
Kurt Zidane
Just Human
Join date: 1 Apr 2004
Posts: 636
12-26-2004 12:58
unless you package them in boxes. Have you looked int sl exchange? their web site allows you to sell to the hole populas of sl. And it offer detailed information on each perchus. And log it to data base.

What the problem with setting the script to except money, give the item and do some funtions?