Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_bowll_doggo_a_Step_0

(view raw script w/o annotations or w/e)
1
if (!instance_exists(obj_bowll_body_a))
2
{
3
    instance_destroy()
4
    return;
5
}
6
if (obj_bowll_body_a.animating == false)
7
{
8
    instance_destroy()
9
    return;
10
}
11
image_alpha = global.image_alpha_enemy_attacking
12
with (obj_bowll_doggo_shadow_a)
13
    event_user(0)