like a string switch. it checks if a desired game object is the same as one stored in the switch and sends an event based on that.
currently I need to get the game object's name, then compare it to a dozen strings of other names of game objects. but this means that I need to remember to manage the string switch if I change names of those game objects. this would make it way easier to maintain.