Dear forum users! In compliance with the new European GDPR regulations, we'd just like to inform you that if you have an account, your email address is stored in our database. We do not share your information with third parties, and your email address and password are encrypted for security reasons.
New to the forum? Say hello in this topic! Also make sure to read the rules.
New to the forum? Say hello in this topic! Also make sure to read the rules.
how to set weather to rain?
Forum rules
By using the forum you agree to the following rules.
By using the forum you agree to the following rules.
how to set weather to rain?
i know about SetWeatherType, but idk what i need to write in value..
0 x
Hello world
- Shock
- Superfighter
- Posts: 312
- Joined: Sun Mar 20, 2016 7:17 am
- Title: Content-maker
- SFD Account: Shock
- Started SFD: Pre-Alpha 1.2.0.
- Location: Belarus
- Gender:
- Age: 25
- Contact:
Public void Rain(TriggerArgs args){
Game.SetWeatherType(WeatherType.Rain)
}
Maybe not like this, but check if you can activate this with script trigger
Game.SetWeatherType(WeatherType.Rain)
}
Maybe not like this, but check if you can activate this with script trigger
1 x
-Content-maker.
I didn't think it was that easy. I was just trying to do it without WeatherType in parenthesis. Thanks!
1 x
Hello world