Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_fmartlet_spawner_feathers_meteors_Destroy_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
with (obj_martlet_attack_talon)
4
    instance_destroy()
5
with (obj_martlet_attack_talon_scratch)
6
    instance_destroy()
7
with (obj_martlet_attack_talon_scratch_collide)
8
    instance_destroy()
9
with (obj_martlet_attack_splitting_feather)
10
    instance_destroy()
11
with (obj_martlet_attack_splitting_feather_ext_checker)
12
    instance_destroy()
13
with (obj_battle_enemy_attack_martlet_genocide_feather_ext_feather)
14
    instance_destroy()
15
with (obj_martlet_attack_splitting_feather_target_axis)
16
    instance_destroy()
17
with (obj_fmartlet_meteor)
18
    instance_destroy()
19
with (obj_dialogue_box_battle_transformation_any)
20
    event_user(0)
21
part_system_clear(global.ps_meteors)
22
part_system_destroy(global.ps_meteors)