llFixSL

From Second Life Wiki
Revision as of 12:51, 17 July 2012 by James Benedek (talk | contribs) (Created page with "{{KBwarning|This is ''not'' a real LSL function... but it should be.}} {{LSL_Function |func_id|func_sleep=0|func_energy=9001.0 |mode=request|func=llFixSl|sort=FixSl |func_desc=Wi…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 );