Spawning Rate (Very Specific Request)

Any sort of help would be nice, but we would much appreciate anyone who can put in the time to prepare a template as well.

We are working on a game, and one of the aspects includes 3 spawners at the top of the screen, one in the left, middle and the right. They each spawn the same actor. What we want, is for these spawners to spawn the actors progressively faster as time increases. But we also want this to be rather random and unpredictable and we want a max speed so it doesn't get too frequent. We can experiment with these numbers ourselves. The next thing is for these actors being spawned, to never be spawned at the same time as another. For instance, when the left spawner spawns an actor, we do NOT want another actor to spawn at that same exact time. If they spawn right before or right after each other however, that is fine.

Comments

Sign In or Register to comment.