Hello
I am making a simple 8-bit game, and i have run into a problem. I would like my enemies to chase my player, but i can only get this to happen through the follow target behavior, which has to be configured for all appropriate actors on the stage. However, I don't want to put my enemies on the stage initially, I want them to spawn after time. but, whenever I set a stage event to create an enemy every 5 seconds, the enemy does nothing because the follow target behavior hasn't been configured; yet i can only configure it if the enemy has been placed initially on the stage. does anyone think they have a solution?