Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Add these lines after Line 5 of obj_fspec_shadow_flare_ball: User Event 0

if (!instance_exists(_target) || _target == noone)
    {
    instance_destroy();
    exit;
    }