Open a unique ID for each instance in the game

What you want to do is:

Condition:
At the beginning of the scene

Action:
Do = 0 to variable counter
Repeat for each object objectName
—Do = Variable(counter) to variable ID of objectName
—Do + 1 to variable counter

Then you can use the object variable ID to identify each instance and to pick a specific instance.

3 Likes