function scr_frozen_statescr_frozen_statefunction scr_frozen_state() { image_index = 0; image_speed = 0; is_sprinting = false; global.walking = false; exit; }()
{
image_index = 0;
image_speed = 0;
is_sprinting = false;
global.walking = false;
exit;
}