This forum is going to be locked at the end of this year and eventually going offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk
Make sure to read the rules.
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: 22
- 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