Hi all,
I'm new to SL, but I'm no stranger to CGI; I've been doing it for 20 years or so. I'm working on a prim that's almost perfect. I want to be able to sell an item so that the next owner can modify the prim in such a way that they can change the contents of the prim, but not see/modify the script.
For example, the script has a bunch of mojo I don't want anyone to see. Part of the script says "get the first object of type texture" and does something with it. I want the next owner to be able to delete the texture in the prim, and replace it with their own.
I tried this, and the prim doesn't allow the next owner to change the contents. So, unless I'm missing something, this is an all-or-nothing situation. If I set the object's permissions to "Modify", they can modify the contents, but also see the script. Any ideas on how to solve this problem? Thanks.
EDIT: I figured it out. I found that the permissions for the script stick when you set the prim to modifiable. It all works now.
*