llFixSL

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
KBwarning.png Warning: This is not a real LSL function... but it should be.
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llFixSl( integer time_till_next_broken_server_update );
REQUEST Function ID
0 Forced Delay
9001.0 Energy

Will cause SL to work and hopefully not be buggy!

• integer time_till_next_broken_server_update Y U BREAK THINGS?!

You will be happy when no bugs exist!

Caveats

Examples

<lsl> default {

   state_entry()
   {
       llFixSL(integer time_till_next_broken_server_update);
       integer time_till_next_update = time_till_next_update + 100;
       llCelebrate(key user);
       state they_fixed_sl_finally_omg;
   }

}

state they_fixed_sl_finally_omg {

   state_entry()
   {
       llLoopSoundGridwide("Andrew W.K. - Party Hard",9001); //loop a sound on 9001 volume all over the grid
   }

}

</lsl>

Notes

LOLWUT!

Deep Notes

Search JIRA for related Issues

Signature

//function void llFixSl( integer time_till_next_broken_server_update );