I'm creating a game with 5 main characters. (Player)
I have set enemies in the game for the players to hit.
Is there a faster way for players animation to hit enemies (Each player has 3 Animations.)
5x3=15

For example:
Animation Attack is playing
+Player is overlapping enemies group
+run this event once

Like can I select 2 animations as a group and have it hit enemies as a group.

Also the enemies have 2 animations. There is 7 different type of enemies. They have to hit player with the animations. There is also stronger enemies (2 types) a mini boss and a main boss.
2x7x2x2=56

For Example:
Animation Enemies attack is playing
+overlapping player
+Run this event once.

Thats 71 events.

I was wondering if you can set Animations as a group.