Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_berdlyb_enemy_Destroy_0

related scripts: Alarm_4Alarm_5Alarm_6Alarm_7Create_0Destroy_0 Draw_0KeyPress_89Other_20Other_22Other_5Step_0

(view raw script w/o annotations or w/e)
1
with (o_coaster_berdly)
2
    instance_destroy();
3
with (o_coaster_hero)
4
    instance_destroy();
5
with (o_coaster_controller)
6
    instance_destroy();
7
with (obj_herokris)
8
    instance_destroy();
9
instance_create(x, y, o_berdly_coaster_end_fix);