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

Recent content by OkayTokay369

  1. O

    [Error] V20.1 Crash when opening Pokedex

    I'm not sure at what point this error started happening, but now whenever I open the Pokedex, I encounter this error and the game crashes. After looking at the section of the code, I'm still not sure how to fix the error. Any help would be greatly appreciated!
  2. O

    Let Rockruff change form via Sun, Dusk or Moon Stone (pbCheckEvolution)

    Oh ok. I wasn't sure where to put it myself.
  3. O

    Let Rockruff change form via Sun, Dusk or Moon Stone (pbCheckEvolution)

    Ok, a bit more context may be needed. I've been trying to get Rockruff to be able to evolve into one of its forms using a Sun, Dusk or Moon stone. Here is the code I have for that section. when PBEvolution::Item if level==item if isConst?(pokemon.species,PBSpecies,:ROCKRUFF) &&...
  4. O

    Let Rockruff change form via Sun, Dusk or Moon Stone (pbCheckEvolution)

    When I copy the code into the script and attempt to run it, I get a syntax error for the last line. I'm thinking it may be a result of something earlier in the script, but I'm not sure. Would I be able to see the rest of the code for the Pokemon_Evolution section, so I can fix mine?
  5. O

    Let Rockruff change form via Sun, Dusk or Moon Stone (pbCheckEvolution)

    So somehow, I have broken the evolution scripts, so now, pbCheckEvolution is undefined, so none of my evolutions work. Here is the code that is messed up somehow. ef pbCheckEvolution(pokemon,item=0) if item==0 return pbCheckEvolutionEx(pokemon){|pokemon,evonib,level,poke| next...
Back
Top