I am trying to make the same enemy type behave differently from one another and shoot at different times.
Right now I have an event for the enemy to shoot every random(x) seconds but they all shoot at the exact same time which is not ideal.
I tried having the system pick a random instance but this just results in them taking turns shooting which is also not ideal. Any ideas are appreciated.