These forums are CLOSED. Please visit the new forums HERE
"Set to group" via script? |
|
Ee Maculate
Owner of Fourmile Castle
![]() Join date: 11 Jan 2007
Posts: 919
|
08-18-2009 03:40
Is it possible to use a script to toggle "set to group"?
|
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
|
08-18-2009 08:51
No
|
Meade Paravane
Hedgehog
![]() Join date: 21 Nov 2006
Posts: 4,845
|
08-18-2009 10:45
/me would frown at the LSL support for Group stuff if she could find any.
_____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!!
- Go here: http://jira.secondlife.com/browse/SVC-1224 - If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left |
Void Singer
Int vSelf = Sing(void);
![]() Join date: 24 Sep 2005
Posts: 6,973
|
08-18-2009 11:37
actually.... there IS a convoluted way to change groups on an object via script....
before linking set various groups on different prims. link all prims. use scripted linkset changes (remove from link set, add to link set) to get group changes (although your root prim will change) ETA: this has to be done in place, it can't ever go to inventory _____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
Meade Paravane
Hedgehog
![]() Join date: 21 Nov 2006
Posts: 4,845
|
08-18-2009 12:14
actually.... there IS a convoluted way to change groups on an object via script.... before linking set various groups on different prims. link all prims. use scripted linkset changes (remove from link set, add to link set) to get group changes (although your root prim will change) ETA: this has to be done in place, it can't ever go to inventory I'd be careful about expecting this to always work in the future... _____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!!
- Go here: http://jira.secondlife.com/browse/SVC-1224 - If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left |