Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_sound_loop
(
view raw script w/o annotations or w/e
)
1
function sound_loop(arg0)
2
{
3
audio_play_sound(arg0, 10, true);
4
}