Deltarune script viewer

← back to main script listing

gml_GlobalScript_scr_halt_ch1

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

function scr_halt_ch1() { image_index = 0; image_speed = 0; speed = 0; }
()
2
{
3
    image_index = 0;
4
    image_speed = 0;
5
    speed = 0;
6
}