I'm looking a quick solution how to create a family object once time, i have like 7 different instances are part of this family.
Each instance has instance variable like name and X & Y positions.
On Start Layout:
System -> -Create object MyFamily1
MyFamily1 -> -Set Animation to MyFamily1.Name
MyFamily1 -> -Set Position to (MyFamily1.InstanceX, MyFamily1.InstanceY)
Observed result was it created only one instance, not multiples...
Thanks!