ID:156551
 
Hello there, I'm trying to break a sound in a different proc, when it's been called elsewhere, so I was wondering, how might I do this?
Do you mean trying to turn off the sound? If so:
target << sound(null)

target can be usr, world, or any other defined object.