Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_sme_yellow_rhythm_generator_Destroy_0

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_sme_yellow_rhythm_note))
2
{
3
    with (obj_sme_yellow_rhythm_note)
4
        instance_destroy();
5
}
6
if (instance_exists(obj_sme_yellow_rhythm_note_geno))
7
{
8
    with (obj_sme_yellow_rhythm_note_geno)
9
        instance_destroy();
10
}
11
if (instance_exists(obj_sme_yellow_rhythm_note_end))
12
{
13
    with (obj_sme_yellow_rhythm_note_end)
14
        instance_destroy();
15
}
16
if (instance_exists(obj_sme_yellow_rhythm_selection))
17
{
18
    with (obj_sme_yellow_rhythm_selection)
19
        instance_destroy();
20
}
21
if (instance_exists(obj_sme_yellow_rhythm_hit))
22
{
23
    with (obj_sme_yellow_rhythm_hit)
24
        instance_destroy();
25
}
26
if (instance_exists(obj_sme_yellow_rhythm_damage))
27
{
28
    with (obj_sme_yellow_rhythm_damage)
29
        instance_destroy();
30
}
31
if (timeline_exists(timeline))
32
    timeline_delete(timeline);