Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_chem_05_maze_puzzle_Destroy_0

related scripts: Alarm_0Alarm_1Alarm_2Alarm_3Alarm_4Alarm_5Create_0Destroy_0 Draw_64Other_10Step_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
instance_destroy(obj_chem_05_maze_puzzle_player);
4
instance_destroy(obj_chem_05_maze_puzzle_goal);
5
scr_radio_restart
scr_radio_restart

function
scr_radio_restart()
{ with (obj_radio) event_user(0); }
();