Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Avatar Wearing

Pru Costello
Not My President
Join date: 5 Jun 2005
Posts: 25
06-21-2005 13:33
Is it possible for a script to make the owners avatar wear cetain items in their inventory for example shape and skin?

i want to be able to change the look of my avatar through voice activation but i've search for ages to find a way to do it but to no success :(
Catherine Omega
Geometry Ninja
Join date: 10 Jan 2003
Posts: 2,053
06-21-2005 13:39
From: Pru Costello
Is it possible for a script to make the owners avatar wear cetain items in their inventory for example shape and skin?

i want to be able to change the look of my avatar through voice activation but i've search for ages to find a way to do it but to no success :(
No, unfortunately, this isn't something you can do right now. Scripts have no control over your inventory. You can use "Make Outfit" in your Appearance menu, but that's about it. It's kind of awkward, I know.
_____________________
Need scripting help? Visit the LSL Wiki!
Omega Point - Catherine Omega's Blog
Seagel Neville
Far East User
Join date: 2 Jan 2005
Posts: 1,476
06-21-2005 23:35
Well then, there is Prop:163 !!! :p
I believe the gesture sequencer is easier than scripting, besides you can do even in the no-script area. If script could control gesture, it would be better. Hey, imagine that you can change clothes or AVs by just Function keys!

Just one person voted this except me... sad... :(

Oh, sorry for this feature-requesting thing... :p
_____________________
:) Seagel Neville :)
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
06-22-2005 01:57
There is also this one: https://secondlife.com/vote/index.php?get_id=83
Bloody Holiday
Registered User
Join date: 5 Jun 2005
Posts: 9
06-22-2005 03:23
From: Catherine Omega
No, unfortunately, this isn't something you can do right now. Scripts have no control over your inventory. You can use "Make Outfit" in your Appearance menu, but that's about it. It's kind of awkward, I know.


That is in fact incorrect Catherine. Something along these lines could occure
If a main attached object had objects within it that you wish to be automatically attached, it could work.

All the object would have to do is rez the other to-be attachment, send it a message, and it could then get the permissions (PERMISSION_ATTACH), and use llAtachToAvatar(); to sucessfully do this function. The only flaw is the permissions, where the av would have to be paying attention. Thanks.

_bird raven_