Open Silv3rPRO opened 8 years ago
You don't need to implement a queue to fix it, you just need to update the pokémon moves after learning the first one. By that way, both moves will be learned correctly. (Like a human would do it : Learning 1st then the 2nd)
The bot cannot learn two moves at once:
A queue should be implemented to fix this.