- Joined
- Mar 22, 2016
- Messages
- 9
- Reaction score
- 0
- First Language
- english
- Primarily Uses
Hello everyone! I'm a long time lurker, but first time contributor to the forums. To get the point, I've been playing around with a weather system that relies on temperature, dewpoint, and weather chance. Basically, if the temperature is lower than the dewpoint and the weather chance is above a certain amount (weather==ON), it will rain/storm/snow. The temperature changes every day and night, allowing the system to switch from rain to snow or vice versa if the conditions are right. What I'm having trouble with is when rain switches to snow, I want the rain BGS to stop, but the wind BGS to keep playing. Instead, the BGS stops completely, as the fadeout BGS function affects all BGS's instead of a specific one. I've looked a little into working it as script, but the commands seem to offer the same function, fading out all BGS's rather than a specific one. Any thoughts how to do this?