_Added in 1.9.0_ *$vol(wave|midi|song|mp3|master)* Gets the current volume for the specified sound setting. _Currently only returns volume for wave/midi/song/mp3._ *Parameters* wave|midi|song|master - The sound setting to get status from. *Properties* .mute - Returns [[$true]] if the player is muted, otherwise [[$false]]. *Example*
; Print volume for 'song'
//echo -ag Volume for song is $vol(song)