$game_screen.weather_type= #Whatever you want (a number)
Could you post your entire script?It gives me a 'NoMethodError' for 'weather_type='
There is a weather-controlling NPC in Route 7 of the example maps (he's the one furthest east). While he does control some weather types using the "Set Weather Effects" event command, he controls others using code. Said code can be used for all weather types.
They are power and durationBtw in the script "$game_screen.weather(PBFieldWeather::Blizzard,9.0,20)" what are the 9.0 and 20 for? Im using Blizzard as an example though. Thank you in advance.
Thank you.They are power and duration