Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Looking for Script control of NON prim clothing

Marsha Chapman
Registered User
Join date: 30 Jan 2007
Posts: 10
05-28-2007 03:52
I am lookign for a way to be able to take off or put on NON prim clothing via a script as apposed to having to go thru all the clicking to do the same. I have seen some scripts that work with prim clothing, but nothing for regular clothing.

There are a couple of reasons I am lookign for this ability...
1. between two consenting adults...1 partner could put on or take off thier partners clothing.
2. a way that clothes could be taken off or put on based on certain triggers.

If someone has some ideas, or preferably a solution, I woudl love to hear them.

Thanks Marsha
Pale Spectre
Registered User
Join date: 2 Sep 2005
Posts: 586
05-28-2007 04:07
It's simply not possible. :(

No script can affect the texture (which includes the clothes) on an avatar, only its attachments.
Marsha Chapman
Registered User
Join date: 30 Jan 2007
Posts: 10
05-28-2007 04:38
well intuitively ... it has to be possible

1. all things in SL are coded.
2. if you click the av. you get the pie menu of thigs to do... one of which is to take off which then gives you more choices on the next pie menus that come up...so these menus have to come from some function calls or something. Also all the clothing and objects worn by an Av. are stored somewhere...because all the things come up in these menus...

So I need a way to access this aspect of the code...

but thank you for your quick response...:)
Resolver Bouchard
Registered User
Join date: 19 Jul 2006
Posts: 89
05-28-2007 06:57
Pale is 100% correct.

LSL scripts run on the server, clothing and dressing/undressing is done on the client. No way of changing skin, shape, clothes via a script.