Sound loop
From OpenSimulator
(Difference between revisions)
												
			 (New page: == Sound loop  ==  <source lang="lsl">  default {     state_entry()     {         llSetTimerEvent(9.9);         llSay(0,"reset.");     }          timer()     {         llPlaySound("rightcl...)  | 
			m (Robot: Cosmetic changes)  | 
			||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | == Sound loop   | + | == Sound loop ==  | 
<source lang="lsl">  | <source lang="lsl">  | ||
| Line 17: | Line 17: | ||
}  | }  | ||
</source>  | </source>  | ||
| + | |||
| + | [[Category:Scripts]]  | ||
Latest revision as of 20:14, 3 March 2012
[edit] 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); } }