Jump to content

What i need to affect on names/description of child and parent prims?


KennyChidorie
 Share

You are about to reply to a thread that has been inactive for 2837 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Hi all, someone can tell me what string or anything else i need for it?

I want retexture objects by script hud, but do not understand what exactly i need for affect on names/description of the product.

Not on faces, only on names/description without notecards.

P.s. Thanks for answers.

Link to comment
Share on other sites

That's really impossible to answer.  It all depends on how you wrote your script, or are planning to write it.  I'm actually not quite sure what you are asking, even.  Are you asking how to change textures, or where to store the texture name, or how to make the name of the object indicate its texture, or .... ?  What does "Not on faces, only on names/description without notecards" mean?

Link to comment
Share on other sites

first your  object's script needs to make a list of the names and link numbers

i.e. get the number of prims in the linkset, and check each one's name and associate it with it's link number.

http://wiki.secondlife.com/wiki/LlGetLinkPrimitiveParams#llGetLinkPrimitiveParams

 

then your HUD would send the change message to your object, which would use a listen to get the name

 and the texture that will be changed, and perform the changes with SLPPF.

http://wiki.secondlife.com/wiki/LlSetLinkPrimitiveParamsFast#llSetLinkPrimitiveParamsFast

 

does this help at all?

 

 

 

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2837 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...