Lets say blue is a family of 3 different objects
Blue: private variable is 1
- system: create object Blue
/\ Since it's a system action, this event would just create 1 random object from the family Blue, and not the object that has a private variable 1. But I want to create the family object that has a private variable 1.How can I achieve this?