Jump to content

llSetPayPrice() Required in Child Prims?


Zena Juran
 Share

You are about to reply to a thread that has been inactive for 4630 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I have been using my own scripted vendors in-world for the last 4 years. Up until today I only had to set  llSetPayPrice() in the root prim for each vendor even though the money() functions ("Buy" - purchase as copy and  "Gift" - purchase as transfer) are set in child prims.

I now have to call a llSetPayPrice() in each child prim that there is a money() function.

Did something change on the Main Channel in the last server updates? The wiki still states that llSetPayPrice() needs to be set in the root.

 

Link to comment
Share on other sites

Yep, things did change. LL is now forcing llSetPayPrice() server side... https://jira.secondlife.com/browse/SVC-7170

Which does mean that if a child prim contains a money() function, llSetPayPrice() has to be set for that prim. It is a persistent setting so you can set it once with a separate script and then delete the script or (as in my case) call llSetPayPrice() in the money() script any time a price change is made.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4630 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...