changing sound level/volume

leftycool
10 Jul 2012, 04:08
As it says on the tin, I was wondering if there was a way to change sound levels, or volume, prior to playing a sound?
I've found my music is blasting at full volume and I find it distracts testers.
Would you suggest I find an editing program to lower the volume levels, then import them?

Also, sorry for creating so many threads asking for help, if you like, moderators, you can close or delete threads, or move them to archive to reduce the clutter.

sonic102
10 Jul 2012, 05:41
There's no way to reduce volume in Quest, and (sorry) I don't know any editors. (Why don't you search in Google?)

However, every problem has its own solution.
SOLUTION: Reduce the computer volume, or better still, make a command to stop (and play) that blasting sound.

Here's how to make the command:

If [object] [player] has flag [music]
Then
Stop sound
Unset [object] [player] flag [music]
Else
Play sound [mymusic]
Set [object] [player] flag [music]