szaku2515
New member
- Joined
- Apr 14, 2011
- Messages
- 8
Hello! Im trying to add some evil weather above point on my map and that's what i wrote:
But the cloud and rain doesn't show up. How can i make dark clouds and heavy rain over some point? Can someone help?
Thanks.
Code:
define script Burza
begin script Burza
eRain = 0
start
set cloud for eRain above {994.62,120,2048.87}
set cloud alignment to -1 at {994.62,120,2048.87} radius 50
set cloud eRain size to x 100.0 y 10.0 z 100.0
set cloud generation 5
set cloud eRain altitude 60.0
set eRain properties rainfall 1 snowfall 0 overcast 0.6
set cloud eRain points to 3
disable eRain affected by wind
end script Burza
But the cloud and rain doesn't show up. How can i make dark clouds and heavy rain over some point? Can someone help?
Thanks.