Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_ghosthouse_jackolantern_merciful_Other_12

related scripts: Alarm_0Alarm_1CleanUp_0Create_0Draw_0Draw_73Other_10Other_11Other_12 Other_15Other_20Other_21Other_22Step_0

(view raw script w/o annotations or w/e)
1
if (end_con >= 2)
2
    direction = point_direction(x, y, obj_heart.x + 4, obj_heart.y + 4);
3
else
4
    direction = point_direction(x, y, targ_x, targ_y);
5
debug_print("scrambling!");