So, I have the enemy (here referred to as arenaEnemy1), and I have the spawn point (here referred to as arenaSpawnbox). I have been completely unsuccessful in all previous attempts, but here's the basics of what I want to happen:
I want an enemy to spawn at the spawn point every 1000 milliseconds and follow proper enemy behavior (that is, go directly towards the player in a horizontal straight line).
Problems I have had with this include: Enemies never spawning, enemies not following the behavior I have given them, one enemy spawning and then no more, the list goes on for a while. Can anyone help me?