Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_steamworks_35_pacifist_gate_Other_7

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
if (!noloop)
4
{
5
    image_speed = 0
6
    image_index = image_number - 1
7
    audio_stop_sound(snd_rumble)
8
    audio_play_sound(snd_mart_impact_2, 1, 0)
9
    scr_screenshake
scr_screenshake

function scr_screenshake(argument0, argument1) //gml_Script_scr_screenshake { if instance_exists(obj_screenshake_player) return; with (instance_create(__view_get((9 << 0), 0).x, __view_get((9 << 0), 0).y, obj_screenshake_player)) { alarm[0] intensity = argument1 } }
(8, 2)
10
    noloop = true
11
}