This is so frustrating. I'm getting back into Construct 2 after many years, and this is a issue I know I struggled with back in the day.
I have 70 objects in a family. Each object has a instance variable (text), with it's name.
So I want to have a text box display the value of this instance variable, once the object is spawned on screen.
How do I call this created object's instance variable, when its created by a call to the family?
At this point, I have no instance variables on the family.