Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_starlo_finale_checker_Destroy_0

(view raw script w/o annotations or w/e)
1
with (obj_battle_enemy_attack_starlo_guns_horizontal_gun)
2
    instance_destroy()
3
if (global.turns_passed == 0)
4
{
5
    with (obj_heart_battle_fighting_parent)
6
        moveable = false
7
    instance_create(380, 74, obj_quote_bubble_battle_yellow_3)
8
    instance_create(0, 0, obj_quote_battle_starlo)
9
    return;
10
}
11
with (obj_dialogue_box_battle_transformation_any)
12
    event_user(0)