Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_controls_settings

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

function scr_controls_settings() { key_f4 = keyboard_check_pressed(vk_f4); key_escape = keyboard_check(vk_escape); }
()
2
{
3
    key_f4 = keyboard_check_pressed(vk_f4);
4
    key_escape = keyboard_check(vk_escape);
5
}