void main() { int nIdx; object oArea = GetObjectByTag("iwd_e", nIdx); while(GetIsObjectValid(oArea)==TRUE) { SetWeather(oArea, WEATHER_CLEAR); nIdx++; oArea = GetObjectByTag("iwd_e", nIdx); } }