Marker Dinova
I eat yellow paperclips.
Join date: 13 Sep 2004
Posts: 608
|
11-13-2004 05:39
Question:
I have a prim that needs permission for a certain behaviour (link itself to other prims). I am hyperthreading to do so, since the prims are many. I'm no scripting expert, the way I implemented it is that a parent script asks permission, then calles the first thread. Each one then calls the next and cycle between them till there's no more prims to attach to (the prims are specific list... not trying to grief here).
Does each separate script / thread need to renew the permissions? I get the annoying "PERMISSIONS NOT SET" messagebox but I still would like to know if I'm doing something wrong or if there's a work around.
_____________________
The difference between you and me = me - you. The difference between me and you = you - me. add them up and we have 2The 2difference 2between 2me 2and 2you = 0 2(The difference between me and you) = 0 The difference between me and you = 0/2 The difference between me and you = 0 I never thought we were so similar 
|
Azelda Garcia
Azelda Garcia
Join date: 3 Nov 2003
Posts: 819
|
11-13-2004 06:39
Permissions are per-script AFAIK.
Your options are probably: - single-threaded (one dialog box) - rez without linking - prepare linked set, then use SetPrimitiveParameters to shift things around
Azelda
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
11-14-2004 18:01
Rezzed objects keep the permissions they were granted when they were taken as long as you don't reset the script.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|