Undertale script viewer

← back to main script listing

gml_Object_obj_face_asgore_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
image_speed = 0.25;
3
if (instance_exists(obj_face_sans))
4
{
5
    with (obj_face_sans)
6
        instance_destroy();
7
}
8
if (instance_exists(obj_face_undyne))
9
{
10
    with (obj_face_undyne)
11
        instance_destroy();
12
}
13
if (instance_exists(obj_face_papyrus))
14
{
15
    with (obj_face_papyrus)
16
        instance_destroy();
17
}
18
if (instance_exists(obj_face_alphys))
19
{
20
    with (obj_face_alphys)
21
        instance_destroy();
22
}
23
if (instance_exists(obj_face_torieltalk))
24
{
25
    with (obj_face_torieltalk)
26
        instance_destroy();
27
}
28
if (instance_exists(obj_face_torielblink))
29
{
30
    with (obj_face_torielblink)
31
        instance_destroy();
32
}
33
if (instance_exists(obj_torbody))
34
{
35
    with (obj_torbody)
36
        instance_destroy();
37
}
38
u[0] = 2178;
39
u[1] = 2179;
40
u[2] = 2180;
41
u[3] = 2181;
42
u[4] = 2182;
43
u[5] = 2183;
44
if (global.faceemotion < 6)
45
    sprite_index = u[global.faceemotion];