Hello everyone! I was just making the first enemy in my game (a ninja) and I realized I would have lot's of enemys. I've been thinking, is it possible to add classes and tags to objects? I would use this so I can add a event somewhat like "On collision with .enemy" If you know if you can do this please tell me.
Families sort work like classes (requires license), and I often use them in a similar way to your example.
Instance variables can be used to create tags, amongst other things.