Jump to content

Texture changer for multiple textures


Pazzo Pestana
 Share

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

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

Recommended Posts

So, when you write your script, include the textures by name in a list in your script, so that you can call them in a llDialog. That will require having a second list with the UUIDs in the same order as the name list, or perhaps creating a single strided list that alternates names and UUIDs.  Then, when you choose a specific texture with the dialog, apply it with

llSetTexture(llList2String(texture_uuid_list, idx), face_number);

If you're not quite sure how to construct dialogs, see http://wiki.secondlife.com/wiki/DialogMenus

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4313 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...