Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_radio_restart

(view raw script w/o annotations or w/e)
1
function scr_radio_restart
scr_radio_restart

function scr_radio_restart() { with (obj_radio) event_user(0); }
()
2
{
3
    with (obj_radio)
4
        event_user(0);
5
}