Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_bowll_liquid_top_leader_Step_0

(view raw script w/o annotations or w/e)
1
if (image_alpha < 1)
2
{
3
    image_alpha += fade_in_speed
4
    if (image_alpha > 1)
5
        image_alpha = 1
6
}
7
if instance_exists(obj_battle_enemy_attack_bowll_liquid_top_slave)
8
{
9
    with (obj_battle_enemy_attack_bowll_liquid_top_slave)
10
        event_user(0)
11
}
12
if instance_exists(obj_battle_enemy_attack_bowll_liquid_bottom)
13
{
14
    with (obj_battle_enemy_attack_bowll_liquid_bottom)
15
        event_user(0)
16
}