- Pokémon Essentials Version
- v20.1 ➖
This script is made to be used with the battle tower script or with the Pokémon selection script by FL. I personnaly use this second option so that's what I will cover in my examples. It's working in v19 and v20, I didn't test it for v18.
Base essentials already gives us the possibility to ban species or items but that's all. With this script, you can ban forms, abilities, and moves and even use a Legalmon,Stabmon and Alphabetmon mode.
The challenge mod register every species who fainted in a list and ban them from the selection.
There are examples of how to implement rules in the rules.rb file (download a text editor like Notepad++ to open it).
If you are not using the Pokémon selection script, remove the rules.rb file.
The challenge mod uses the switch AND variable 62. Change this number at the top of the banlist file if you are already using one of those.
Base essentials already gives us the possibility to ban species or items but that's all. With this script, you can ban forms, abilities, and moves and even use a Legalmon,Stabmon and Alphabetmon mode.
The challenge mod register every species who fainted in a list and ban them from the selection.
There are examples of how to implement rules in the rules.rb file (download a text editor like Notepad++ to open it).
If you are not using the Pokémon selection script, remove the rules.rb file.
The challenge mod uses the switch AND variable 62. Change this number at the top of the banlist file if you are already using one of those.
- Credits
- Grogro
Don't forget to credit FL if you are using his Pokémon selection script