ID:161439
 
Im currently trying to make a weather system. But dont know how o start it can someone help me out pls. I was thinking i may have to create a proc which includes a random choose of weathers. But tell me what u think.
area/layer=99
proc/Weather() while(1)
for(var/area/A) A.icon=pick(null,'Rain.dmi','Snow.dmi','Fog.dmi','Wind.dmi') //and so on
sleep(3000)
world/New()
spawn Weather()
In response to Dragonn
Hmm thanks for the code but is there a way so it isnt everywhere like in buildings oh and also can u help me out by simplifying things and telling me what does what