I have an enemy that once it detects the player, it alerts all the other enemies. i have it set up so that when the global boolean is true, it triggers all enemies to attack the player. But i have it set to trigger once.
So i want to know how i can repeat this.