ID:2959266
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Currently sound.volume var can only be set to a value of 0 to 100 percentage.

It would be great if we could set it to something like 200.

Example code:

```
sound_to_play = sound('bikehorn.ogg', volume = 200)
player << sound_to_play
```
would play 'bikehorn.ogg` to the player at 2 times its volume

Login to reply.