How can I test to see if an object is colliding with any object from a folder.
To be specific, I have a grapple ability in the game, and I when it touches and enemy I want it to jump to the center of the enemy, as if the grapple hooked onto the enemy. There are several enemies in the “Enemy folder” and I don’t want to manually give every enemy the same thing. Any ideas?