Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_sme_yellow_rhythm_out_gen_alarm_0_script_bowll

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

function scr_sme_yellow_rhythm_out_gen_alarm_0_script_bowll() //gml_Script_scr_sme_yellow_rhythm_out_gen_alarm_0_script_bowll { with (obj_sme_yellow_rhythm_generator) { audio_restore = 512 script_execute(scr_sme_yellow_rhythm_song_data_danza_finale_02) } }
() //gml_Script_scr_sme_yellow_rhythm_out_gen_alarm_0_script_bowll
2
{
3
    with (obj_sme_yellow_rhythm_generator)
4
    {
5
        audio_restore = 512
6
        script_execute(scr_sme_yellow_rhythm_song_data_danza_finale_02)
7
    }
8
}