Sound loop

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: == Sound loop == <source lang="lsl"> default { state_entry() { llSetTimerEvent(9.9); llSay(0,"reset."); } timer() { llPlaySound("rightcl...)
 
Line 17: Line 17:
 
}
 
}
 
</source>
 
</source>
 +
 +
 +
[[Category:Scripts]]

Revision as of 11:47, 23 November 2010

Sound loop

default
{
    state_entry()
    {
        llSetTimerEvent(9.9);
        llSay(0,"reset.");
    }
 
    timer()
    {
        llPlaySound("rightclick on your sound and copy the UUID here, with care",1.0);
    }
}
Personal tools
General
About This Wiki