Weather
Zephirius
Member Posts: 419
I'm having problems getting it to snow or rain. Precipitation is at 100%. Not sure what is happening? I've never had this problem before.
Anyone experience weather problems before? Thanks for any help...
Anyone experience weather problems before? Thanks for any help...
0
Comments
Until then, just use code:
void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; object oArea = OBJECT_SELF; SetWeather(oArea, WEATHER_SNOW, CLOUDY_W_CHANCE_OF_MEATBALLS); }I see what you did there
Seriously though, set precipitation to 0% if you're going to script weather behavior. Otherwise the default weather behavior will override your code.