Jump to content

Christopher Organiser

Resident
  • Posts

    61
  • Joined

  • Last visited

Everything posted by Christopher Organiser

  1. Is there a way to script an object to rez facing the avatar that rezzed it? I do not like to have to rez an object then rotate it. Thank you in advance! :)
  2. Thank you for all the support! I got it to work as planned!
  3. How would I set llSetTimerEvent() so when someone clicks on an object, it will llAllowDropInventory(TRUE) for 120 seconds and automatically switch it back to llAllowInventoryDrop(FALSE)? Thank you in advance! :)
  4. The script is suppose to give and clear the object's inventory of all items except the script that is operating. It works fine with 1 item like another script, but when I place 2 scripts in (3 total including the operating script), I get the following script error: "Missing inventory item 'New Script 1New Script 2'. Missing inventory item 'New Script 1New Script 2'." It is thinking the name of the script is "NewScript1NewScript2". I think something may need to be parsed, but I just cannot figure it out.
  5. I am looking for textures that can be animated to show signal waves coming out of an antenna similar to how the voice icon is animated in the viewer. Thank you in advance! :)
  6. This script works with 1 item in the Contents. When you put 2 or more items in the Contents, it WILL give the list (inventory) to the clicker, but it will NOT remove it, and I get the following script error: Missing inventory item 'New ScriptNew Script 1' (I used 2 New Scripts as an example). I am thinking it has something to do with parsing the list, and having the llRemoveInventory comprehend that. I don't know how to code it, though. list inventory; giveContents() { integer num = llGetInventoryNumber(INVENTORY_ALL); string script = llGetScriptName(); integer i = 0; inventory = [""]; for(; i < num; ++i) { string name = llGetInventoryName(INVENTORY_ALL, i); if(name != script) { if(llGetInventoryPermMask(name, MASK_OWNER) & PERM_COPY) { inventory += name; } } } if(llGetListLength(inventory) > 1) { llGiveInventoryList(llDetectedKey(0), "Contents", inventory); } } default { touch_start(integer n) { giveContents(); if(llGetListLength(inventory) > 1) { llRemoveInventory((string)inventory); llOwnerSay("CLEARED!"); } else { llOwnerSay("No items to clear!"); } } } Thank you in advance! :)
  7. I am looking for a basic smooth-edged cube sculpt texture similar to a couch cushion. Thank you! :)
  8. I am looking for a window glass texture for my shop, but I cannot find a decent one. Currently, I am just using a blank, white texture with 50% transparency. LOL. Thank you in advance!
  9. Thank you for the suggestions! I will see what I can find!
  10. Yes, there is a way to buy land without having Premium Membership, and that is by buying land on a private estate instead of land on the mainland. To find out more about the difference between land on a private estate, and land on the mainland, go here: http://wiki.secondlife.com/wiki/Land_Buying_FAQ#Q3.29_What_is_the_difference_between_land_on_a_private_estate.2C_and_land_on_the_mainland.3F Hope this helps!
  11. Welcome aboard, virtz! You should explore! Visit the Destination Guide via the client's magnifying glass tab or by going here: http://search.secondlife.com/ You can meet a lot of new friends easily by visited populated locations, and simply have fun! To find out more about making friends in Second Life, go here: http://wiki.secondlife.com/wiki/Friends_in_Second_Life
  12. Welcome aboard, Puffalina! You should explore! Visit the Destination Guide via the viewer's magnifying glass tab or by going here: http://search.secondlife.com/ You can meet a lot of new friends easily by visited populated locations, and simply have fun! To find out more about making friends in Second Life, go here: http://wiki.secondlife.com/wiki/Friends_in_Second_Life
  13. Welcome aboard, virtz! You should explore! Visit the Destination Guide via the viewer's magnifying glass tab or by going here: http://search.secondlife.com/ You can meet a lot of new friends easily by visited populated locations, and simply have fun! To find out more about making friends in Second Life, go here: http://wiki.secondlife.com/wiki/Friends_in_Second_Life
  14. Welcome aboard, VampyBat! You should take a look at the Destination Guide via the viewer's magnifying glass tab or by going here: http://search.secondlife.com/ The Destination Guide is just what its name is! It is a fantastic tool that will narrow down your interests, and it will allow you to explore and make new friends! To learn about making friends in Second Life, go here: http://wiki.secondlife.com/wiki/Friends_in_Second_Life Hope this helps, and have fun!
  15. Very awesome to hear that you are interested in making new friends, DarkAndLight! To learn about making friends in Second Life, go here: http://wiki.secondlife.com/wiki/Friends_in_Second_Life Hope this helps!
  16. Welcome aboard, Taleris! To find fellow furries, you can initiate a search to find furry communities all over Second Life via the viewer's magnifying glass tab or by going here: http://search.secondlife.com/ Hope this helps!
  17. If you do not want to be disturbed, the best way to go is by going into busy mode by going to Me > Status > Busy. To find out more about Busy mode, go here: http://wiki.secondlife.com/wiki/Privacy_in_Second_Life#Go_into_busy_mode Hope this helps!
  18. Hello! I am looking for a gear sculpt texture such as this image: http://www.gearsandstuff.com/images/gear_types/spur_gear.jpg If anyone has the texture, may I obtain a copy? Thank you in advance!
×
×
  • Create New...