10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
|
void main()
|
||
|
{
|
||
|
// Change the module's weather
|
||
|
// nWeatherType = WEATHER_*
|
||
|
|
||
|
object oMyArea = GetArea(GetLastSpeaker());
|
||
|
|
||
|
SetWeather(oMyArea, WEATHER_CLEAR);
|
||
|
}
|