View Single Post
  #2  
Old 11-11-2004, 11:58 AM
Sal UK is offline Sal UK

Join Date: Aug 2002
Posts: 2,578

I have messed with this a bit more for different effects, Here is another for you to mess with.

if never() and Past(90) then
overcast(70,10)
endif

if never() and Past(120) then
rain(100,30)
overcast(100,10)
endif

if never() and Past(130) then
movefog(200,40)
endif

if never() and Past(360) then
rain(0,20)
endif

if never() and Past(370) then
movefog(275,60)
overcast(0,10)
endif
__________________
Reply With Quote