Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_climb_pathturner_Create_0

(view raw script w/o annotations or w/e)
1
image_alpha = 0;
2
image_speed = 0;
3
if (!i_ex(obj_dw_church_intro_gerson) && !i_ex(obj_rotating_tower_controller_new))
4
    
scr_size
scr_size

function
scr_size(arg0 = image_xscale, arg1 = image_yscale, arg2 = id)
{ with (arg2) { image_xscale = arg0; image_yscale = arg1; } }
(4, 4);
5
if (i_ex(obj_rotating_tower_controller_new) && obj_rotating_tower_controller_new.appearance == 1)
6
    x -= 40;