Initial upload
Initial upload.
This commit is contained in:
9
_module/nss/fxw_wdefault.nss
Normal file
9
_module/nss/fxw_wdefault.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
// Change the module's weather
|
||||
// nWeatherType = WEATHER_*
|
||||
|
||||
object oMyArea = GetArea(GetLastSpeaker());
|
||||
|
||||
SetWeather(oMyArea, WEATHER_USE_AREA_SETTINGS);
|
||||
}
|
||||
Reference in New Issue
Block a user