- Joined
- Nov 25, 2008
- Messages
- 1,309
Given the code below, what would make the weather not appear for the entire map?
JASS:
function Function takes nothing returns nothing
call EnableWeatherEffect(AddWeatherEffect(GetWorldBounds(),'LRaa'),true)
endfunction