EDIT:
in the beginning, change
Quote:
Weather_Timer = new Timer((MakeRandomInt(1, 2700000)));
|
to
Quote:
Weather_Timer = new Timer((MakeRandomInt(1, 2)));
|
this should start the random weather check immediately once the zone starts, (which is a 1 in 5 chance i think)