GetWeather().GetRain().Set(0.9, 10, 3600);
This will take longer than 10 seconds to get 90% of rain.
GetWeather().GetRain().Set(0.9, 10, 3600);
This will take longer than 10 seconds to get 90% of rain.
Ok nevermind I printed the wrong float, ftMin was 300, it works as expected. Maybe throw a warning if script tries to do lower/higher than limits