• 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.

Help displaying a Weather Icon

7
Posts
7
Years
    • Seen Jul 15, 2023
    Hi, I'd like to display the current weather at the top of the screen similar to having a Status condition. Does anyone know a simple way to do do this?

    I tried:
    #---------------------------------
    # Draw weather icon
    if @battle.pbWeather == :Calm
    imagePos.push(["Graphics/Pictures/Battle/icon_mega",@spriteBaseX+8,34])
    end
    #---------------------------------
    This issue was pbWeather wasn't defined in the current script and I don't know the best way to do it.
    Ideally I want to display the 5 new weather types I added.
     
    Back
    Top