Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_sound_volume
(
view raw script w/o annotations or w/e
)
1
function sound_volume(arg0, arg1)
2
{
3
audio_sound_gain(arg0, arg1, 0);
4
}