Jump to content

Caroline Apollo

Resident
  • Posts

    37
  • Joined

  • Last visited

Everything posted by Caroline Apollo

  1.  Share a sim with Ingenue, ieQED, and ANE on the sim Lo Lo. 1/8 (8192sq m) for L$11,000 with 1875 prims or 1/4 (16384 sq m) for L$22,000 with 3750 prims http://maps.secondlife.com/secondlife/Lo%20Lo/106/119/23 Use your store build and landscaping. All will be removed upon renting. Contact Caroline Apollo if interested.
  2. Land available for a pilot or small store. Also space for a mainstore. Share a sim with mainstores Ingenue, ANE, ieQED, and HANDverk. Small plots of 549 prims for rent http://maps.secondlife.com/secondlife/Lo%20Lo/73/78/23 1/8 sim 1875 prims for rent http://maps.secondlife.com/secondlife/Lo%20Lo/46/122/23 IM Caroline Apollo for more info or visit the sim!
  3. Full sim with parcels for rent. Choose from 4096, 8192 (1/8 sim), or 16384(1/4 sim) sq m. Share a sim with Ingenue, !Bang, DCNY, and Caroline's Jewelry. Contact Caroline Apollo for more information or visit the sim. Teleport to the Sim.
  4. Lo Lo is a great shopping sim looking for your mainstore! You get 8192 sq m. with 1875 prims. This is a full sim, not a homestead. Be on the same sim as Ingenue, !Bang, MichaMi, and DCNY! We have some of the best stores in SecondLife. Contact Caroline Apollo in world by IM. http://maps.secondlife.com/secondlife/Lo%20Lo/43/118/22
  5. I got it. Thank you so much for your help! I can figure things out. I just need to be guided in the right direction.
  6. Yes, I have just basic knowledge. Which has done fine for me so far. Yes, you pretty much have it right. I do know how to make menus. I do know how to change textures by menu. I have never made a script that had to remember something. I'll go check out variables on the lsl wiki.
  7. How does the script remember which color/texture was chosen to apply it to the next selected prim?
  8. Is it possible to pick a color/texture (say Red) out of the 10 color/texture choices available in a menu and apply that to a linked prim? Or do you HAVE to use llSetLinkColor/Texture(num,"color",ALL_SIDES); It would work easier if somehow I could let the person pick the color first. Then apply it to the menu selected prim number. Again, without having to type the 10 color/textures out for each prim number that I will let them change.
  9. I have a linked set of prims. I would like prim # 2,4,6,8 to be color changed, but not the same color at once. I have a basic knowledge of LSL, and can figure most things out if guided in the right direction. I would like to change Prim #2 with a given choice of 10 colors. Separately, I would like to change prim 4 with the same given choice of 10 colors. Same with prims #6 and #8. I am not sure how to do this. I can work menus. I know llSetLinkTexture(2,"texturecolor",ALL_SIDES) But, how do i NOT repeat the colors 40 times in the script, cause that sounds like messy scripting. llSetLinkTexture(2,"white",ALL_SIDES) llSetLinkTexture(4,"white",ALL_SIDES) llSetLinkTexture(6,"white",ALL_SIDES) llSetLinkTexture(8,"white",ALL_SIDES) repeating this for all 10 colors sounds wrong. Am I thinking too hard on this?
×
×
  • Create New...