I have a template with a series of events related to an object.
But I want to let the player select among different objects in the menu. How do I implement this without duplicating all the events for every single object?
Is it possible to create a family and let the player select a member of the family in the menu and apply only that member in the event sheet?