Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
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.
I'm amazed I actually did that. I accidentally deleted a line (highlighted below) which needs to be added back into def pbStartTrade in script section PokemonTrading.
Code:
pbSeenForm(yourPokemon)
pbFadeOutInWithMusic(99999){
evo=PokemonTradeScene.new
evo.pbStartScreen(myPokemon,yourPokemon,$Trainer.name,opponent.name)
evo.pbTrade
evo.pbEndScreen
}
[COLOR="Red"]$Trainer.party[pokemonIndex]=yourPokemon[/COLOR]
end
That's quite alright lol... Quick and easy fix I suppose, at least it was nothing you did.
I suggest you upgrade... Because things have changed dramatically and if we are to help you further, we'd need to drop back a few versions to do so, it was just by luck I remembered your problem was solved... I'd copy all your scripts to v13 or when Maruno gets around to it, v14... I wouldn't stay where you are anyway, there are new scripts around which aren't compatible with versions before v13 and there are new moves being created which rely on other variables which were created in v12 and v13.
Yes it's long winded to upgrade, but it's worth it.