In static galaxies can you selectively pick, on a random basis, certain star systems to spawn?
For example, if I have these three systems:
system = { position = { x = -19 y = -62 } initializer = test_initializer }
system = { position = { x = -7 y = -60 } initializer = test_initializer }
system = { position = { x = 6 y = -56 } initializer = test_initializer }
is there a way to randomly select only one of them to spawn?
Lucre
For example, if I have these three systems:
system = { position = { x = -19 y = -62 } initializer = test_initializer }
system = { position = { x = -7 y = -60 } initializer = test_initializer }
system = { position = { x = 6 y = -56 } initializer = test_initializer }
is there a way to randomly select only one of them to spawn?
Lucre