Jump to content

Leo Cloud

Resident
  • Posts

    52
  • Joined

  • Last visited

Everything posted by Leo Cloud

  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 } } }
  14. I would like to center everything in the middle and move the date up under the word of scheduled server maintenance the loading..... at the end of logged in past 60 days am i able to get rid of that I did change it from 60 to 30 days
  15. with now playing with the script I now have this but I have three qestions for you am I able to enter the text down and center it? and at the top of updated I wanted to have text that would say second life grid status? what is the script for this? just after the 06- 24T13:40:11.126192Z am i able to remove this? I am slow but surely understanding scripting
  16. I got that correct but now nothing comes up on the board when i clicked save that is what happened
  17. do you mean something like this or am i doing it wrong?
  18. i know I am using this forum alot but this just looks strange I hate asking a stupid qestions but its the only way for me to learn I really wish that there was a scripting class in second life I am not sure why this bracket is showing an error
  19. thjanks for helping me so much I donno what I would do
  20. ok I was able to fix my problem I messed up the script somehow now it works but the problem is the board is not showing the full text only the end of the text is there a type of script that will fix this?
  21. now it says name define within scope I take it i need to enter link this display string and what do I link it too?
  22. that was an error even without the closing line i still get the error
×
×
  • Create New...