Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_martlet_ff_1_checker_Step_0

(view raw script w/o annotations or w/e)
1
if (!instance_exists(obj_battle_enemy_attack_martlet_ff_1_feather) && feather_angle_total >= feather_angle_total_max && no_loop_destroy == false)
2
{
3
    alarm[1] = 10;
4
    no_loop_destroy = true;
5
}