Jump to content

Leo Cloud

Resident
  • Posts

    52
  • Joined

  • Last visited

Reputation

4 Neutral

Recent Profile Visitors

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

  1. what are some ideas for a group names for land?
  2. hey guys a friend sent me a device that made it work I thought it was a prim but it wasnt thanks for everyone with the quick replys
  3. so what I wanna be able to do is wear the prim and my friends and i click on to start dancing hopefully that helps and have the dancers inside the prim
  4. I am trying to hunt down a simple dance script that animates your avatar though its inside a prim with the dances
  5. thanks would this run firestorm? not the second life viewer
  6. Hi I am wondering if its possible to run firestorm on the latest mac mini hardware 2020 I know that it would be low graphics(that doesn't bother me) but do I need a dedicated graphics to even start firestorm or can I get away with for example Apple Mac Mini Intel®Core™i7 AMD Radeon HD 6630M Graphics?
  7. I have cut the song under 10 seconds but when i put it in a box and wear it it only plays the first 9 seconds of the first clip but wont go to the next clip if that makes sense
  8. I know this but with the script it doesn't work is what i am saying
  9. I am interested if you can turn this into a walker? to make lets say 20 seconds instead of 10 seconds
  10. Hi there what is your specs of your mini pc?
  11. Hi am thinking of making a companion I have a 3D model but how do I make it skeleton for it?
  12. yes this helped alot but when I remove a line this is what happened is there something I am missing?
  13. Do I just copy this code here into my script or? list numbers = [3, "three", 2, "two", 1, "one"]; default { state_entry() { llOwnerSay(llDumpList2String(numbers, ",")); // Object: 3,three,2,two,1,one integer index = llListFindList(numbers, [2]); if (index != -1) { numbers = llListInsertList(numbers, [2.5, "two and a half"], index); llOwnerSay(llDumpList2String(numbers, ",")); // Object: 3,three,2.500000,two and a half,2,two,1,one } } }
×
×
  • Create New...