Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_vent_closed_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
if (i_ex(obj_homealone_heart))
3
{
4
    cover_marker = 
scr_marker
scr_marker

function
scr_marker(arg0, arg1, arg2)
{ thismarker = instance_create(arg0, arg1, obj_marker); with (thismarker) { sprite_index = arg2; image_speed = 0; } return thismarker; }
(x, y, spr_noellehouse_vent_closed_bathroom_cover);
5
    cover_marker.depth = obj_homealone_heart.depth - 10;
6
}