"Random" not working??
So I have a game where I want to spawn different actors with a random number generator at the beginning of a scene.
I have a self.spawner attribute on each of the spawners. So when the level starts, the hidden spawner actor will generate a random number and spawn a different colored actor (thats visible).
Every time I start the scene the spawners spawn the same colored actor each time (not the same for every actor in the scene, but each one continuously spawns the same colored actor).
Does this make sense?
I have a self.spawner attribute on each of the spawners. So when the level starts, the hidden spawner actor will generate a random number and spawn a different colored actor (thats visible).
Every time I start the scene the spawners spawn the same colored actor each time (not the same for every actor in the scene, but each one continuously spawns the same colored actor).
Does this make sense?
Comments