Deltarune script viewer

← back to main script listing

gml_GlobalScript_button3_p

(view raw script w/o annotations or w/e)
1
function button3_p()
2
{
3
    if (global.input_pressed[6])
4
        return 1;
5
    if (global.input_pressed[9])
6
        return 1;
7
}