LlStopSound
De DigiWiki.
default { state_entry() { llLoopSound("string soundname if in object inventory or UUID", 1.0); } touch_start(integer total_number) { llStopSound();//As if by magic the sound stops!! } }
default { state_entry() { llLoopSound("string soundname if in object inventory or UUID", 1.0); } touch_start(integer total_number) { llStopSound();//As if by magic the sound stops!! } }