Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_controller_dw_mansion_east_2f_c_Step_0
(
view raw script w/o annotations or w/e
)
1
if (instance_exists(obj_chaseenemy))
2
{
3
with (obj_chaseenemy)
4
{
5
if (y < 170)
6
y += 2;
7
}
8
}