|
Nickolas Goodman
Registered User
Join date: 19 May 2006
Posts: 19
|
01-03-2007 06:48
Hello again everyone. My first question for the new script is: What function(s) would be used to tell an object who has permission to use it besides the wearer of course? In other words, I want to add and/or remove a user(s) or owner(s) to an attachment I am wearing so they may use functions and animations it has built into it. Thanks!  Nick
|
|
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
|
01-03-2007 08:19
The quick answer is that you would use a list and regular compare function (if). How you populate the list would be your choice. You can use a notecard and/or maybe a touch and authorize feature or chat.
|
|
Nickolas Goodman
Registered User
Join date: 19 May 2006
Posts: 19
|
01-03-2007 08:29
Thank you Destiny. What I am thinking is the wearer of the object would say: add (user name) on whatever channel I choose for the object and it adds permissions for that user. Ultimately I would want the ability for multiple users to be addes.  Nick
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
01-04-2007 01:08
Generate the list fo names however you like, notecards or chat added, Then when touched get the name from the llDetectedKey and use llListFindList to see if its an allowed user.
|
|
Nickolas Goodman
Registered User
Join date: 19 May 2006
Posts: 19
|
01-04-2007 09:36
Thanks Newgate. Looking into it.  Nick
|