I have a "Family" called "Monsters".
Inside the "Family Monsters" I have:
- Monster A (UID = 1)
- Monster B (UID = 2)
- Monster C (UID = 3)
I'm trying the following:
On Start of Layout:
??? > Pick FamilyMonster with Instance UID = 2 > RiseMonters: Spawn FamilyMonster on layer X;
??? > RiseMonters : destroy;
Am I doing something wrong?
Thanks all