Skip to main content

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

Error Unable to find instance for object index 100042

A topic by soyer_dev created May 08, 2023 Views: 206 Replies: 3
Viewing posts 1 to 3

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

ERROR in

action number 1

of  Step Event0

for object obj_test_npc:

Unable to find instance for object index 100042

 at gml_Script_animation_set (line 44) -                                           _new_bone.image_xscale = __armature_id[a].connect_array[i].image_xscale;

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

gml_Script_animation_set (line 44)

gml_Object_obj_test_npc_Step_0 (line 28) -               animation_set(anim_idle);

I bought it, but it doesn't work.

Developer (1 edit)

I have uploaded a newer version 1.0.4! Let me know if this is working for you! :) Game Maker changed the way that objects are referenced and this caused an issue with not being able to find the correct ID when initially loading the animation.

(1 edit) (+1)

Och, great, thank You! ;)