Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_sound_discard

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