Jaysyn904 94990edc60 Initial Upload
Initial Upload
2023-09-21 21:20:34 -04:00

10 lines
175 B
Plaintext

void main()
{
// Change the module's weather
// nWeatherType = WEATHER_*
object oMyArea = GetArea(GetLastSpeaker());
SetWeather(oMyArea, WEATHER_USE_AREA_SETTINGS);
}