I want to test if a sprite with a variable string is in collision with the player, for example, the enemies have a variable called “Moral” with the data “Bad,” if “Bad” touches a sprite with any other variable than that, it would take damage, what if I want this to work for all sprites with that variable instead of repeating the event?