make a para process
use the 2nd tab in events command, choose rain.
use variables to random, something like:
wait 400frames
variable= random(between 1 to 10)
if variable <=5 then
-weather effect none
else
-weather effect rain
or something of that sort of stuff...