Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_sound_restore

(view raw script w/o annotations or w/e)
1
function sound_restore() //gml_Script_sound_restore
2
{
3
    show_debug_message("sound_restore is a deprecated function")
4
    return 0;
5
}