Jump to content

XbabylonX

Resident
  • Posts

    281
  • Joined

  • Last visited

Everything posted by XbabylonX

  1. The point is that I actually use this prim (server) as a public ao. I have it ready but when an avatar click to stop the assigned to him standing (or walking or anything) animation, the command affects the avatar who last clicked on his hud. The script file has in the memory the wrong uuid. llSetAnimationOverride cant target a certain person. As for the number of people, can be up to 100. I guess.
  2. Because I want to dedicate to each avatar a certain memory. The message sent to Joe, animates him with a certain animation. The one sent to Helen, animates her with another certain animation. If using the same file script, they will both animate with the same animation, even if I choose a different one for each.
  3. Hi, every single script file in there supposed to send a message to a certain avatar. For example: script_A=sends message to Joe script_B=sends message to Helen and like this way, many different scripts inside that prim. The hud I use, has many buttons, as many the script files exist. So: Button 1 needs to communicate with the script_A Button 2 needs to communicate with the script_B etc etc.
  4. Hello, I have 1 prim to be used as a server and inside this many different script files. I want to send several commands to this prim using a hud, but each command must point to a different script file (the ones inside the prim). I know I can send a llRegionSay message to a channel but pointing to a different script file each time, makes me confused. I want to always use the same channel but to a different script file. Can this be done? Thank you!
  5. Thank you so much! I was experimenting with so many pieces of scripts, hundreds of line each. This is so simple and straight! Thank you so much!
  6. Hello, I made a custom hud for myself, but because it contains many small buttons (prims linked with one basic prim), I want the basic prim to rotate 180 in order to hide the small buttons. So far Im using the script I found here http://wiki.secondlife.com/wiki/LlRot2Euler , it works the first time I click so it makes the 180 rotation, but when I want to show the buttons again, it does nothing. Any ideas? Thank you!
  7. For a project. Contact me in-world. Thanks
  8. Yeah, it seems so. Links can only open inside the prim. Too bad. Thank you!
  9. You are right, I just tried and it worked, seems a lot of lag prevents things work at the place I am. Btw, is it possible to click that link and open it in local browser?
  10. Hi, I made a mistake in my last post. "Clicking on them seems to take you where they should." should be "Clicking on them seems NOT to take you where they should." For example, having the following code: default{ state_entry() {string html = "data&colon;text/html,<a href='http://www.google.com'>TEST</a>"; llSetPrimMediaParams(0, [PRIM_MEDIA_AUTO_PLAY,TRUE, PRIM_MEDIA_CURRENT_URL,html, PRIM_MEDIA_HOME_URL,html, PRIM_MEDIA_HEIGHT_PIXELS,512, PRIM_MEDIA_WIDTH_PIXELS,512]); }} A white background with a linking TEST word are displayed. Clicking though on it, does nothing. Same happens when you load a website through prim's properties. The links in this website which point to different domains do not work. Thank you for your response.
  11. Ok, lets give this a meaning. I loaded a webpage which has external links to another domain. Clicking on them seems to take you where they should. Is this a limitation?
  12. Ok, please ignore this thread, my internet connection or the place at which I was scripting was causing big latencies so the script didnt function. Im sorry.
  13. Hello, I can easily set a webpage to be displayed on a prim's single face by setting it through its properties window but I cant achieve the same using llSetPrimMediaParams Is it my viewers settings (firestorm)? Or am I missing something else in the script file? Thank you.
  14. You are correct, I was lost at the faces Thank you for your help.
  15. Thank you Rolig for your answer. Your modified code works very well but its not making a 180 degrees turn. I changed the value where the PI is and still I cant make it show the correct face.
  16. Hello, Im not so familiar with lsl but rotating a single prim was so easy to acomplish, but as a prim set I spent 2 days with no success. I have 2 prims linked (for using it as a hud), the parent and the child one. I need when clicking on the child, the whole set to be rotated 180 degrees. Can someone help me? Thank you in advanced.
  17. So you both suggest a variable inside the timer. Ill try that, but will the first timer (connection with the webserver) be called properly after the second one's timeout? --||-
  18. Hello, I have a script which connects to a webserver each x minutes using a timer. There are times when the webserver gets slower so another lsl request is being made before the answer of the previous one. For that, I need one more timer to "detect" this latency and cancel the second scheduled connection to the server (timer 1). Is there anyway to do this? Thank you.
  19. Thank you, I will try the 3 of them!
  20. :matte-motes-sarcasm: llEscapeURL() That did it yeah. The string now is the correct one and Im ok with it. However, out of curiocity I would like to know this Sim Name (199,61,4014) The chat displays the above as a link. Is it possible to make it look like a web link? Just like we did in html? For example: <a href="http://www.example.com">Blah blah click me I am a link</a>
  21. Hello, string Spot="http://maps.secondlife.com/secondlife/" + llGetRegionName() + "/128/128/22"; with the above piece of code Im trying to create a string to say in the local chat. Works fine but only when the sim name has no white spaces. When having one or more, the link includes only the first word and leaves all the other out of it. I guess I need to replace the white space (in llGetRegionName()) with %20 and be treated as one word. But I cant find a replace function. Or there is another way to solve this problem? Thank you!
  22. Actually what I want and need is never been changed while remains rezzed since I want only 1 copy of it on a parcel, so if after a restart the uuid stays the same, then im very happy Thank you both!
  23. This question is very simple though I couldnt find any answer. Is there any scenario in which a prim in world, for example a rezzed chair, may have its key changed? Lets say after a sim restart? Or any other way? Or it stays as is until will be deleted forever? Thank you!
×
×
  • Create New...