Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Sorry, question

Cherry Cosmo
Delishus
Join date: 20 Mar 2005
Posts: 32
03-30-2005 10:13
Ok i looked through the script library thingy but its just too long to look through to find what I need,

does anyone know where i can find a vendor that emails the sales to me? or maybe a script that does that?

I don't think its that hard to do but I have no scripting skills and I can't find any vendors out there that do this. I just want a simple easy to use vendor that would email me the sales, as in the person who bought it, what they bought, how much they paid etc. just so i can get an idea of what kinda stuff people are interested in buying.

Thanks a bunch!!
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
03-30-2005 10:32
Assuming the purchased selection is known as string item:

CODE
string item = "Your item";

money(key id, integer amount)
{
llEmail("add email address here",llKey2Name(id) + " has purchased an item!",llKey2Name(id) + " has purchased " + item + " for L$" + (string)amount);
}
_____________________
---
Punklord Drago
Registered User
Join date: 8 Sep 2004
Posts: 22
03-31-2005 08:06
im in fact working on a easy to use vendor that does just that, well actully i have not decided if it will do the indivually or a grup at a time. the vendors is done just debating the sales tracking tequnie. IM me in game for more info!!!!!!!!
esmay Rand
Registered User
Join date: 22 Jun 2003
Posts: 27
03-31-2005 08:13
I developed a system of networked vendors (JEVN) that does exactly what you need. If you need detals just contact Jopy Weber or myself :)