Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_solid_temp_edge_Step_0

(view raw script w/o annotations or w/e)
1
if (init == 0)
2
{
3
    mysolid = instance_create(x, y, obj_solidblock);
4
    init = 1;
5
}