Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_starlo_guns_n_dynamite_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
with (obj_battle_enemy_attack_starlo_dynamite_explosion)
4
    instance_destroy()
5
with (obj_battle_enemy_attack_starlo_dynamite_ring)
6
    instance_destroy()
7
with (obj_battle_enemy_attack_starlo_dynamite_vertical)
8
    instance_destroy()
9
if (global.turns_passed == 0)
10
{
11
    with (obj_heart_battle_fighting_parent)
12
        moveable = false
13
    instance_create(380, 74, obj_quote_bubble_battle_yellow_3)
14
    instance_create(0, 0, obj_quote_battle_starlo)
15
    return;
16
}
17
with (obj_dialogue_box_battle_transformation_any)
18
    event_user(0)