Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_martlet_final_act_helper_Step_0

(view raw script w/o annotations or w/e)
1
if (attack_noloop == 0 && global.enemy_attacking == true)
2
    attack_noloop = 1
3
if (attack_noloop == 1 && global.enemy_attacking == false)
4
    instance_destroy()