Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The shadow flare and Items...

A topic by Kylihim created Oct 06, 2022 Views: 130 Replies: 1
Viewing posts 1 to 2

When I install shadow flares on almost disappering items, when they disapper and shadow flares turn around them(players, but Items) again (Not EXPLODED yet), It will get a code error!!!

Developer

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

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