Create_0.gml 115 B

1234
  1. if struct_exists(global.save_data.world.destroyed_objects, uuid)
  2. instance_destroy();
  3. callback = function(){};