ID:167343
 
I have thinked but still dont know how this code's work:

How do i do that if your bag is 6 poke balls and you catch a pokemon it transfer to oaks house and that you cant get the ball with the computer ?
Make a var of how many pokemon you are holding, after you catch a new one, run a proc to check if you have more than six... If there is more than six then send it to the PC.
In response to Derekjeterisgod
Or if your using a list, you can just check the length of the list. If the length is 6, and you catch a Pokemon, then send that Pokemon to the PC.