If it is weather dependent couldn’t someone use the weather parameter?
addGoodWeather( name )
Add specified weather to whitelist.
You can add multiple weather to the whitelist. Each function call creates a new entry in weather whitelist.
Only English names are recognised. It will work regardless of the game client language, but function needs an English name to identify it.
Note: When chapter ends, weather whitelist is cleared.
Aliases
goodWeather
Parameters
name - name of weather
Examples
goodWeather(Clear Skies)
goodWeather(Fair Skies)
goodWeather(Clouds)
goodWeather(Fog)
goodWeather(Wind)
goodWeather(Gales)
goodWeather(Rain)
goodWeather(Showers)
goodWeather(Thunder)
goodWeather(Thunderstorms)
goodWeather(Dust Storms)
goodWeather(Heat Waves)
goodWeather(Snow)
goodWeather(Blizzards)
goodWeather(Gloom)
goodWeather(Umbral Wind)
goodWeather(Umbral Static)
goodWeather(Hyperelectricity)