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.
Thanks for moving the tread, I'm On version 17.2
remember editing pockets on 1 attempt i did but I don't think have?
Here is My PScreen_Bag...
class Window_PokemonBag < Window_DrawableCommand
attr_reader :pocket
attr_accessor :sorting
def...
I trying to add a teacher trainer but when I add a trainer with teacher class, but when i do get a bug that makes it so when is given the player a item crash the game.
I would show screenshots but i don't have need amount of posts...
When it's a multiple items...
---------------------------...
Hey I added scripts and for some reason the evo starts after the fight
Here the scripts
PokeBattle_Battler:
def item=(value)
@item=value
@pokemon.setItem(value) if @pokemon
end
def weight(attacker=nil)
w=(@pokemon) ? @pokemon.weight : 500
if !attacker ||...