Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_fmartlet_spawner_falling_meteors_Destroy_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
with (obj_fmartlet_meteor_small)
4
    instance_destroy()
5
with (obj_fmartlet_meteor)
6
    instance_destroy()
7
with (obj_dialogue_box_battle_transformation_any)
8
    event_user(0)
9
part_system_clear(global.ps_meteors)
10
part_system_destroy(global.ps_meteors)