8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
|
||
|
object oTarget = GetObjectByTag("*_iwd_e_*");
|
||
|
SetWeather(oTarget, WEATHER_SNOW);
|
||
|
}
|