So I have 9 sprites that has many variables such as engine speed, downforce, driver skill etc. In the event sheet I use event such as Every random 1-3 seconds to calculate something. The problem here is that random even is useless here as if let's say 1.5 were chosen from 1 to 3 range it would apply to all 9 sprites, but I want this to happen just to single sprite.
I tried using "For Each" however that doesnt work, and it only makes the event work for single sprite.