Random Spawn Timer

Hello,

I have the following problem:

I want the color blocks to spawn randomly, but under no circumstances should they spawn very close to each other, otherwise the character will die immediately.

Currently I have only created one timer per color block, but after a certain time you understand the order of the spawns.

Can someone help me?

when you are talking about “close to each other”, do you mean in time or location?

yes, I mean the location. Sometimes the color blocks appear right next to each other, so you have no chance of changing the color without the character dying

This is far from my problem

Use the distance event as it for the randomization you can use the random in range condition

Okay, I will try it Now.

It didn’t work, do you have an example event for me?