View Single Post
  #9  
Old 11-01-2010, 03:02 PM
dave61 is offline dave61
dave61's Avatar
I.C.U.

Join Date: Jul 2005
Location: Here & There
Posts: 2,155

The first number in the parenthesis is the percentage of snow.
25 percent is flurries, 50 percent is medium, 75 percent is mid-to-heavy and 100 percent is maximum or heavy.

The second number in the parenthesis is the change rate. Which is the time ( in seconds ) that it takes to reach the set number of snowfall.

for example :

snow(100,200) = heavy snowfall at a change rate of 200/10th of a second.
Which means , the snowfall will start at zero (and gradually increase) and then end at 100 percent in 2 minutes after the command is given.

But, if you want an instant change then leave out the last number in the parenthesis like this:

Snow(100)
__________________

Last edited by dave61; 11-01-2010 at 03:30 PM.
Reply With Quote