ForceWeather
Revision as of 08:45, 15 January 2011 by imported>Ez0n3
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: ForceWeather.
A function included in the GECK version 1.1.0.36.
Description
Forces the weather to immediately switch to the specified weather. If OverrideWeatherFlag is 1, the weather will not change again until ReleaseWeatherOverride is called. Otherwise, the weather will change back in the normal fashion according to the weather system.
Syntax
ForceWeather WeatherID:ref WeatherOverrideFlag:int (optional){0, 1}
Or:
FW WeatherID:ref WeatherOverrideFlag:int (optional){0, 1}
Example
ForceWeather MegatonCloudy01 ForceWeather MegatonFalloutDecay 1 fw SuburbanCloudy
See Also