08-26-2005 17:22
i hope this is a quickly answered question - but i have had no luck finding the solution.

i want to make something like an avatar detector but it is going to be a musical instrument. the root prim will create a child for each avatar in the 'performance' and link them together. then link_message and all the rest will work for me. figuring out how to get the key of the child after llRezObject was tricky enough (i am sending in an ID number in the llRezObject call, which the child returns with a private llWhisper, which gives the root prim the childs key and the link can be created).
Now the problem: calling llRequestPermissions asks me if I want to allow the prims to link. Yes, I do. But everytime I run the script, or create the root again, it has to ask me over again. Is there some way I can code this in, so it needn't ask me? If I give this creation to someone else I don't want it bothering them "can we be linked, please?"

Any help would be greatly appreciated. (and when it's done you are more than welcome to come see it in world)

thanks,
Ben