Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_sme_yellow_rhythm_out_gen_end_script_flowey

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

function scr_sme_yellow_rhythm_out_gen_end_script_flowey() { with (obj_battle_enemy_attack_el_bailador_dance) event_user(1); with (obj_dialogue_box_battle_transformation_any) sc_direction = "Out"; }
()
2
{
3
    with (obj_battle_enemy_attack_el_bailador_dance)
4
        event_user(1);
5
    with (obj_dialogue_box_battle_transformation_any)
6
        sc_direction = "Out";
7
}