Tabris Daxter
Snake oil Salesman
Join date: 22 Feb 2009
Posts: 61
|
11-22-2009 18:56
Hey All, using llSetLink***(whatever goes here) is it possible to skip prims or does each link need to be a separate call?
eg. llSetLinkAlpha(LINK_SET,0); //will change all prims in set. how do i say only change 1,3,5,7,9 leave the rest the same.
_____________________
DANCE WITH KIRBY (^'-')^ (^'-')> (>'-')> <  '-'^) ^('-'^) (^'-')^ (^'-')> (>'-')> <  '-'^) ^('-'^)
|
Viktoria Dovgal
…
Join date: 29 Jul 2007
Posts: 3,593
|
11-22-2009 19:15
It's one by one for now. There has been some LL talk of adding functions that can work on lists of links, but we don't have them today.
If you happen to have more prims changing than not changing, you can use LINK_SET etc. to change them all, then undo the remainder one by one.
|
Moon Corrigible
Registered User
Join date: 19 Jan 2007
Posts: 75
|
11-24-2009 22:40
Forgive me if this is obvious but you could always run a for loop and go through a list of the links you want changed. You've probably already thought of that *grin*
|