Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_tellyvis_dead_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
image_alpha = 0;
4
if (!audio_is_playing(snd_undertale_explosion))
5
    audio_play_sound(snd_undertale_explosion, 20, 0);
6
instance_create_depth(x, y - 60, depth + 2, obj_robot_destroy_explosion);
7
instance_create_depth(x - 2, y - 72, depth, obj_jandroid_tellyvis_destroy_body);
8
var lefth = instance_create_depth(x - 64, y - 60, depth, obj_jandroid_tellyvis_destroy_hand);
9
lefth.image_xscale = -1;
10
instance_create_depth(x + 64, y - 60, depth, obj_jandroid_tellyvis_destroy_hand);
11
var leftl = instance_create_depth(x - 24, y - 15, depth, obj_jandroid_tellyvis_destroy_leg);
12
leftl.image_xscale = -1;
13
instance_create_depth(x + 23, y - 15, depth, obj_jandroid_tellyvis_destroy_leg);