LlFixSL - Second Life Wiki

LlFixSL

From Second Life Wiki

Jump to: navigation, search
Warning: This is not a real LSL function... but it should be.
Image:Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Contents

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

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
    }
}

Notes

LOLWUT!

Deep Notes

Search JIRA for related Issues