Quote:
Originally Posted by Wichu
After line 506 in PokeBattle_AI (def pbEnemyShouldWithdraw?(index)), add this to a new line:
Code:
attacker=@battlers[index]
It should look like this:
Code:
def pbEnemyShouldWithdraw?(index)
attacker=@battlers[index]
shouldswitch=false
typecheck=false
movetype=-1
|
Thnx, the problem is indeed solved =)