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.
Hello all, just a question I'm hoping someone can help me with.
In the game I've been working on, I want to add two abilities that work exactly like Magic Guard (damage only from damaging moves) that are more logical for Pokémon that aren't fairy/psychic. I'm using (I believe) version 16.2...
Hello all, I could really use some help.
I'm experiencing a problem with the bag, and in order to solve the second problem (that I'll cover below) I need to figure out what's wrong with the bag scripts first. I went to go fill my bag in the Debug Menu and I got the error below. I had previously...
Hello,
So recently whenever I attempt to to open the Pokedex I get this error:
Exception: NoMethodError
Message: undefined method `[]' for nil:NilClass
PokemonPokedex:164:in `species'
PokemonPokedex:548:in `pbRefreshDexList'
PokemonPokedex:398:in `pbStartScene'
PokemonPokedex:1109:in...
Guys help!
I was trying to put in the type modifying abilities (Pixilate, Refrigerate, Aerilate) and I can't launch the playtest now. This is what it looks like in the script editor (PokeBattle_Move):
def pbType(type,attacker,opponent)
if type>=0 &&...
Amethyst is really generous for helping people out. But unfortunately so far copying over the Reborn scripts made everything all whacked out specifically, the battle system. When I'm doing battles, the moves don't do damage or anything, nor do they show the animation. I don't know what else...