Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_radio_Other_4
(
view raw script w/o annotations or w/e
)
1
if (global.radio_pause)
2
{
3
global.radio_pause = false;
4
exit;
5
}
6
event_user(0);