Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Vendor FastPay Issue

Bubba Biberman
Registered User
Join date: 15 Oct 2005
Posts: 115
05-17-2007 11:54
I have set up some vendors using a freebie, Ettavend Multi Vendor. It functions ok, but the issue is when Pay is selected from the pie menu there are multiple price buttons and a field to enter price in the FastPay menu . I would like to have only a single button with the price of the item. I was hoping to be able to edit some parameters in the script to accomplish this. After searching this forum, I found references to llSetPayPrice and llFastPay but the vendor script does not contain either of those functions.
Does anyone know an easy fix for this? I am just a novice scripter and I hope I dont sound too dumb...
RJ Source
Green Sky Labs
Join date: 10 Jan 2007
Posts: 272
05-17-2007 12:09
This would have one button for 50L.

llSetPayPrice(PAY_HIDE, [50, PAY_HIDE, PAY_HIDE, PAY_HIDE]);
Bubba Biberman
Registered User
Join date: 15 Oct 2005
Posts: 115
05-17-2007 18:30
Thanks, that worked.