Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_climb_peachcatcher_Step_0

(view raw script w/o annotations or w/e)
1
var peach = instance_place(x, y - 20, obj_climb_boulder);
2
with (peach)
3
    instance_destroy();