Make your own Platform Fighter in GameMaker! · By Springroll Games
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!!!
Add these lines after Line 5 of obj_fspec_shadow_flare_ball: User Event 0
if (!instance_exists(_target) || _target == noone) { instance_destroy(); exit; }