Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_bowll_liquid_generator_Destroy_0

(view raw script w/o annotations or w/e)
1
if instance_exists(obj_battle_enemy_attack_bowll_liquid_marshmallow)
2
{
3
    with (obj_battle_enemy_attack_bowll_liquid_marshmallow)
4
        instance_destroy()
5
}
6
if instance_exists(obj_battle_enemy_attack_bowll_liquid_mug)
7
{
8
    with (obj_battle_enemy_attack_bowll_liquid_mug)
9
        instance_destroy()
10
}
11
if instance_exists(obj_battle_enemy_attack_bowll_liquid_top_leader)
12
{
13
    with (obj_battle_enemy_attack_bowll_liquid_top_leader)
14
        instance_destroy()
15
}
16
with (obj_dialogue_box_battle_transformation_any)
17
    event_user(0)