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.
While making animations for gen 8 project I got this error in clean essentials.
=================
[Tue Mar 16 16:10:10 India Standard Time 2021]
[Pokémon Essentials version 18.1]
Exception: NameError
Message: undefined local variable or method `mouse' for #<PokemonPauseMenu:0xc3e59d8>...
Hey friend I just tried all raid sizes and caught the raid pokemons without any script changes suggested by you and I didnt got any errors , So should I make the changes suggested by you or leave as it is ?
I am getting this error when I am trying to catch a pokemon in max raid 4vs1 (Using EMB script by PDM20) battle after defeating it . But everything is working fine (The Pokemon is caught , registered and stored in box 1 ).
def pbMaxRaidBattleSimple(species, lvl, gmax)
# species = PBSpecies constant (of the form: PBSpecies::KABUTOPS for example)
# lvl = Pokémon level (will be converted to a rank level).
# gmax = boolean
setBattleRule("canLose")
setBattleRule("cannotRun")
setBattleRule("noPartner")...
I was just wandering if partner trainer can use his default AI , anyway I want to know about plugin is plugin going to be released in near future or you just dropped that idea
Hlw, everyone i have a question related to Pokemon Essentials v17.2 I want that if I use a keyitem name-Pokeride Arcanine it will run a code for me like -
module Rhyhorn#Just to keep a rock climb mount
MoveSheet = ["Pokeride/boy_rhyhorn","Pokeride/girl_rhyhorn"]
MoveSpeed = 4.4...
Hlw everyone i am new to scripting in pokecommunity i need a help in scripting if anyone want to help pls help me its realy important for me if i have done anything wrong then forgive and pls tell me to correct that ....
Now the issue is ---
I want to create an item say CROWNPASS
Now as it is...