Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_jackenstein_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
check1 = true;
3
check2 = true;
4
instance_create(x, y, obj_tutorial_text);
5
solidmake = false;
6
if (global.flag[850] >= 6)
7
{
8
    solidmake = true;
9
    instance_create(480, 192, obj_dw_church_jackenstein_pumpkinNPC);
10
}