Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_kris_putonheadobj_Other_10

(view raw script w/o annotations or w/e)
1
myinteract = 1;
2
global.interact = 1;
3
headobj = instance_create(0, 0, obj_kris_headobj);
4
headobj.sprite_index = sprite_index;
5
headobj.visible = 0;
6
depth = obj_mainchara.depth - 4;
7
headobj.image_xscale = image_xscale;
8
headobj.image_yscale = image_yscale;