Weather System (Pls Help) in Developer Help
|
|
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()