Jump to content

llLoopSound kill script?


Orwar
 Share

Recommended Posts

   So I had this thing with a looped sound, and I went and just deleted the script and the sound thing in it. But it's still noisy. I know the same thing has happened with hover text on occasion and someone gave me a 'kill script' for those - anyone know where I might find something similar for getting rid of the sound? I've blacklisted it in my viewer, but it's just annoying to know it's still there.

Link to comment
Share on other sites

default
{
     state_entry()
     {
          llStopSound();     // That should stop the looped sound
          llRemoveInventory(llGetScriptName());     // That should delete this script
     }
}

Not tested in world, but should do the job.

  • Like 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...