Page 1 of 1
how to set weather to rain?
Posted: Tue Feb 23, 2021 12:11 am
by Astolfo
i know about SetWeatherType, but idk what i need to write in value..
Re: how to set weather to rain?
Posted: Tue Feb 23, 2021 9:57 pm
by Shock
Public void Rain(TriggerArgs args){
Game.SetWeatherType(WeatherType.Rain)
}
Maybe not like this, but check if you can activate this with script trigger
Re: how to set weather to rain?
Posted: Wed Feb 24, 2021 4:00 pm
by Astolfo
Shock wrote: ↑Tue Feb 23, 2021 9:57 pm
Public void Rain(TriggerArgs args){
Game.SetWeatherType(WeatherType.Rain)
}
Maybe not like this, but check if you can activate this with script trigger
I didn't think it was that easy. I was just trying to do it without WeatherType in parenthesis. Thanks!