Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_dess_closet_kris_alternate_Create_0

(view raw script w/o annotations or w/e)
1
kris_idle = true;
2
kris_swing = false;
3
kris_ready = false;
4
image_speed = 0;
5
animate_timer = 0;
6
pickup_stick = false;
7
stick_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; }
(170, 117, spr_noellehouse_dess_hockey_stick);
8
stick_marker.depth = 98800;
9
stick_marker.image_angle = 90;
10
press_santa = false;