Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_battle_enemy_attack_martlet_feather_spiral_target_2_axis_Destroy_0
(
view raw script w/o annotations or w/e
)
1
for (i = 0; i < fcreate_count; i += 1)
2
{
3
with (id_feather[i])
4
instance_destroy()
5
}