Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I had a lot of fun with the unique mechanics, like POWER RANGERS!

Unfortunately I crashed on the boss level when I tried to combine too close to the edge, I got the "Not enough room" error and then got this crash code;


___________________________________________

############################################################################################

ERROR in

action number 1

of  Step Event2

for object obj_boss:

Unable to find instance for object index 101396

at gml_Object_obj_boss_Step_2

############################################################################################

gml_Object_obj_boss_Step_2 (line -1)

(1 edit)

Oh, I know exactly what the issue is, it tries to target the merged player because it doesn't check if the merging has failed or not, so it targets a non-existent object and then crashes. Thanks for playing anyways!