Jump to content

Domiana Pearl

Resident
  • Posts

    5
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I want to give a big huge THANK YOU to Helium Loon for helping me with this script and walking me through on how to do it. If it wasn't for the niceness of some people on here, willing to help a NOOB at building and how scripts work, no one would ever learn anything. THANK YOU Helium Loon for all your help and patience. It is greatly appreciated.
  2. I was asking for help on the issue since I am totally new on this. Hence what I wrote in a previous post. " I am not fluent on script (i do not know how they work, how to read them or anything) so please if you can "dumb" it down for me. I am totally new at this." If someone was willing to walk me through it so I could learn I would love that. I do not need someone to come on here and put me down saying that I am not willing to learn.
  3. The whole script is there. I just put down everything below the colors and such. This is above what i posted before
  4. Tried that and it gave me a synax error and then completely stopped working. Here is the full script. What I need to be able to do is on a 7 prim piece is select 2 or 3 prims that will change when the pop up menu comes up. As the script is written it is either put in the root prim and change EVERYTHING or put a script in each individual piece that I want the next customer to be able to change the colour on. I would also like the customer to be able to try it out before they buy it but it says "owner" on it. I am not fluent on script (i do not know how they work, how to read them or anything) so please if you can "dumb" it down for me. I am totally new at this. Thank you.
  5. I recently purchased a Menu Color Changer Script and need to link different prims to the script so that only they will change with the menu instead of having to put a script in each prim or the root prim which will change ALL prims. if (index != -1) { vector color_vector = llList2Vector(sub_menu, index+1); if (llGetLinkNumber() == 1) llSetLinkColor(LINK_SET, color_vector, ALL_SIDES); //If it's root prim, do whole set else llSetColor(color_vector, ALL_SIDES); //otherwise, just do that prim Example: I want prim 3, 4, and 9 to work together with the menu so they will all change at the same time to what ever color the owner chooses. With what I have here I would have to put it in each of those prims and they would have to click and choose for those prims. PLEASE HELP!
×
×
  • Create New...