Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_blue_platform_Destroy_0

(view raw script w/o annotations or w/e)
1
with (platform)
2
    
scr_doom
scr_doom

function
scr_doom(arg0, arg1)
{ var _doom = instance_create_depth(0, 0, 0, obj_doom); with (_doom) { alarm[0] target = arg0; } return _doom; }
(self, 3);
3
with (flower)
4
    instance_destroy();
5
stop_sound();