Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_climb_enemykiller_Create_0

(view raw script w/o annotations or w/e)
1
depth = 100000;
2
dodraw = true;
3
if (i_ex(obj_rotating_tower_controller_new))
4
{
5
    x -= 40;
6
    dodraw = false;
7
}