Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_scr_moveheart

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

function
scr_moveheart()
{ global.inv = 0; return instance_create(obj_herokris.x + 10, obj_herokris.y + 40, obj_moveheart); }
()
2
{
3
    global.inv = 0;
4
    return instance_create(obj_herokris.x + 10, obj_herokris.y + 40, obj_moveheart);
5
}