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