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

How do I add Gale Wings?

5
Posts
10
Years
    • Seen Dec 7, 2014
    Hi Guys :) I'm litterally a noob.. but i am working on a pokemon game using essentials & rpg maker XP.. I just want to create all pokes, abilities & moves from 6th gen.. i tried using gale wings ability code posted by pokemon trainer Jackey, but pokes in my game stopped using moves.
     
    148
    Posts
    11
    Years
  • Not sure what you're using, but this is what I've always used.

    Code:
    pri+=1 if isConst?(@battlers[i].ability,PBAbilities,:GALEWINGS) && @choices[i][2].type==2

    Just replace the other code for this. Should work fine.
     
    Back
    Top