Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_frozen_state

(view raw script w/o annotations or w/e)
1
function scr_frozen_state
scr_frozen_state

function scr_frozen_state() { image_index = 0; image_speed = 0; is_sprinting = false; global.walking = false; exit; }
()
2
{
3
    image_index = 0;
4
    image_speed = 0;
5
    is_sprinting = false;
6
    global.walking = false;
7
    exit;
8
}