llSetPayPrice

From Second Life Wiki
Revision as of 16:56, 31 January 2007 by Ey Ren (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

  • llSetPayPrice(PAY_HIDE, [150,PAY_HIDE,PAY_HIDE,PAY_HIDE]) will give the user a dialog box without the freetext field and only one button with a value of 150.

Deep Notes

Search JIRA for related Issues

Signature

function void llSetPayPrice( integer price, list quick_pay_buttons );