Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Vendor Script Question

Natalie Oe
Huh?
Join date: 3 Oct 2005
Posts: 679
11-29-2006 04:37
Hiya

I'm using a 1 prim vendor (script modded by Yiffy Yaffle) and when someone purchases an item it says "Name" payed into "vendor name"

What I'm wondering is this, is there a way to get the vendor to tell me what item it sold? or is there another 1 to 3 prim vendor that can do it?

Nat
_____________________
Seeking texture artists interested in commission based selling space. For more information please contact Natalie Oe in world
MadamG Zagato
means business
Join date: 17 Sep 2005
Posts: 1,402
11-29-2006 04:46
I think you'll need to post the code for the exact answer or is it somewhere in the WIKI?

But it would be something like

CODE


llOwnerSay(OBJECTNAME + " was just purchased.";);
OBJECTNAME being the current item being purchased. Post the code or point u to it for a more precise answer.

:)
_____________________
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
11-29-2006 07:36
I sell (for one whole dollar) a 4 prim vendor that does that, plus email reporting. The fourth prim allows for a info card to be distributed if you want.

Have a look in either of the shops in my picks when the world is back up.

It's copiable to your heart's content.
_____________________
Eloise's MiniMall
Visit Eloise's Minimall
New, smaller footprint, same great materials.

Check out the new blog
Dimentox Travanti
DCS Coder
Join date: 10 Sep 2006
Posts: 228
11-29-2006 07:52
Personally i hate vendors that are not click to buy. I mean i get all my reporting on my account tab saying which object, who and how much. and when. All vendors do is add to script lag/overhead.
_____________________
LSL Scripting Database - http://lsl.dimentox.com
Joannah Cramer
Registered User
Join date: 12 Apr 2006
Posts: 1,539
11-29-2006 09:12
From: Natalie Oe
I'm using a 1 prim vendor (script modded by Yiffy Yaffle) and when someone purchases an item it says "Name" payed into "vendor name"

What I'm wondering is this, is there a way to get the vendor to tell me what item it sold? or is there another 1 to 3 prim vendor that can do it?

When you think of it, you just answered your own question ^^

(it's a simple trick but very handy... i use it for my vendors, certainly helps to make more sense out of the transaction details page)