Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_scr_writer_sethspace

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

function scr_writer_sethspace(arg0) { with (obj_writer) rate = arg0; }
(arg0)
2
{
3
    with (obj_writer)
4
        rate = arg0;
5
}