Can you add strings and numbers to choose an object?

Can you do,for example,play the animation of obj+1?
In my game there are 18 objects,and I need to do 3 actions per object which would take a long time to code and would be inefficient, so I thought that I could put it under repeat and do


But it says “The object does not exist or cannot be used here” so is there a way to do it,or a different way do to achieve the same result?

No you can’t refence object like that.

But I think the following will achieve what you’re after - put all the objects you want into a group (let’s call it AllObjects). Then change that subevent to :

2 Likes