Im trying to make the enemies in my game move towards the player-character at random speeds.
All enemies are grouped, but each one of them needs to move at different speeds; say between 5-15.
Ive been trying to figure it out, but im no coder.
Ive tried this: SELECT MOVEMENT 1 > SET SPEED > "Random (5-15)" > START

