• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Scripting Question] Change Weather Inside Script

Maruno

Lead Dev of Pokémon Essentials
  • 5,286
    Posts
    16
    Years
    • Seen May 3, 2024
    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.
     
  • 87
    Posts
    8
    Years
    • Seen Jul 24, 2016
    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.

    Btw 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.
     
    Back
    Top