Yeah, just go to the script section PokeBattle_AI. Then find "def pbChooseBestNewEnemy(index,party,enemies)"
And change def pbChooseBestNewEnemy(index,party,enemies)
return -1 if !enemies || enemies.length==0
$PokemonTemp=PokemonTemp.new if !$PokemonTemp...