Cilerba submitted a new resource:
Showdown Exporter - Turn your Pokémon Essentials team into a Pokémon Showdown-ready text file.
Read more about this resource...
Showdown Exporter - Turn your Pokémon Essentials team into a Pokémon Showdown-ready text file.
A small script to turn your team into a Showdown text file.
To use it just throw it in and call pbShowdown and it will create a "team.txt" file in your game's directory.
Code:#=============================================================================== # # Showdown Exporter v1.0 for Pokémon Essentials by Cilerba # #=============================================================================== def holdItem return self.item end def pbShowdown # Make outfile outfile...
Read more about this resource...