Can i create object ID

Can i create a object from a group with a ID:0-ID:1 instead of Item.objectOBJ().

I am not sure it is possible cause object needs to 1st exist before you can read anything from it

For example if you want to use variable of object like HP and set hp bar width to object HP variable
Then 1st you need to have that object on scene to do so before you can even read that variable

HOWEVER
Why not create it at X0 Y0
And NOW you change its position to whatever you want +Object.ID

For example when i want to create some sort of list
I give text objects ID variables 0 1 2 3 4 5…

Now i create text object at x0 y0
And i have event to change objects position to 20*(Object.ID+1)

So 1st is moved to pos 20 2nd is moved to 40 and 3rd to 60 and so go on