Difference between revisions of "LlSetPayPrice"

From Second Life Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 10:47, 23 February 2007

Summary

Function: llSetPayPrice( integer price, list quick_pay_buttons );

Sets the default amount for price text field and pay buttons of the appearing dialog when someone chooses to pay this object.

• integer price
• list quick_pay_buttons

Examples

This will give the user a dialog box without the price field and only one button with a value of 150.

llSetPayPrice(PAY_HIDE, [150,PAY_HIDE,PAY_HIDE,PAY_HIDE])

Deep Notes

Search JIRA for related Issues

Signature

function void llSetPayPrice( integer price, list quick_pay_buttons );