Jump to content

sandi Mexicola

Resident
  • Posts

    490
  • Joined

  • Last visited

Everything posted by sandi Mexicola

  1. Looks like it linked OK, but that I have to join the site to be able to see anything?
  2. I don't know of a way (within the realm of the TOS, anyway). However, I don't see what the difference would be?
  3. Thank you! I did not know how to do this in the default viewer! 😊
  4. Are you in Firestorm viewer by any chance?
  5. Plus... entering your password manually every time is a good way to remember it. 👍
  6. You can set a "starting" channel that is a constant in the script (like -999), for all items rezzed. If a pair is rezzed, one of the scripts picks a random channel, and sends it on the starting channel (-999) to the other script. Then both scripts switch over to the random channel.
  7. You beat me to it. That is probably the answer.
  8. I'm not in-world atm, so I can't test this right now. But looks like resetting the script won't reset the camera. In fact, resetting the script is probably the opposite of what you want. This is because resetting the script removes all the permissions the user granted the script, including the PERMISSION_CONTROL_CAMERA permission, which is necessary for running llClearCameraParams(). I am curious what your run_time_permissions event handler looks like. My guess is that you would want to clear the camera parameters in the run_time_permissions event handler. If you try it this way, you need to make sure that the run_time_permissions event is raised by calling llRequestPermissions agian. At least, that is what I would try for starters. One thing I don't understand without actually going in-world and writing a script for it is this: in LlClearCameraParams caveats section is this line: "The PERMISSION_CONTROL_CAMERA permission is automatically revoked when the avatar stands up from or detaches the object, and any scripted camera parameters are automatically cleared." ... which sounds like just standing up should fix the problem. So a 2nd thing I might try is removing the calls to LlClearCameraParams, and just see what happens when you stand up.
  9. If I had this situation, I would try capping my FPS in FS and see if that made a difference.
  10. What viewer are you using?
  11. What a frustrating experience. Does this explain why i was seeing floating avie head with no body the other night?
  12. Well, that one closed as a duplicate of https://jira.secondlife.com/browse/BUG-231582
  13. Sublime Text can also be used as an external editor. Some LSL plugins are available for it.
  14. My favorite live musician, Tukso Okey, charged the venue L$5,000 for a 1-hour set. Later he lowered his prices to L$3,000/hour. He did not accept tips.
×
×
  • Create New...