Search the Community
Showing results for tags 'hacks'.
-
profiles How to display my inventory in my About Me section?
Lightesword Xue posted a question in Avatar
How does one do this: Click here to proceed to Gyazo. I would like to know. I have seen people use GIFS in their profile images as well. Why is this information not public? I would love to pimp my profile out a bit more!- 4 replies
-
- secondlife
- hacks
-
(and 3 more)
Tagged with:
-
If anyone's looking for a way to llSleep() their script, but don't want to prevent event queues from mounting up during this time-period, I made a function that you can just plop into your code and use in the same way as llSleep() and it'll get rid of the nastiest part of that function. It'll also work over midnight time crossings, so you can use it at any time, anywhere, and it'll function exactly as expected, to a very accurate measurement (less than 0.00000001 seconds inaccuracy). llWait(float wait_time) { float start_time = llGetGMTclock(); while(TRUE) {