here is my setup, I need to randomize the color and rate of the particles, the colors are randomized but the rate never changes:
Create:
keyboard object
color1_particle object(type:oneshot resize:4x4 paint:red)
color2_particle object(type:oneshot resize:4x4 paint:green)
color3_particle object(type:oneshot resize:4x4 paint:blue)
color4_particle object(type:oneshot resize:4x4 paint:yellow)
family "particles" contains:
color1_particle
color2_particle
color3_particle
color4_particle
event: keyboard->On "T" pressed->
action:Create Object "particles"
action:particles->Set rate to floor(random(2,100))