Conversation Between mick88 and HeLiOn_PrImE
Showing Visitor Messages 1 to 1 of 1
-
hey dude, your weather streamers looks nice but I don't know how to set my own weathers. you gave the example below:
SetBoneCountyWeather(sandstorm)
{
if (sandstorm) SetAreaWeather(WEATHER_AREA_BONE_COUNTY, 19);
else SetAreaWeather(WEATHER_AREA_BONE_COUNTY, 1);
}
I get that 19 is the sandstorm ID, but what does 1 mean? And one more thing, after I do the settings for all areas where exactly do I put the code (in the script)?