- 143
- Posts
- 11
- Years
- Seen Jun 11, 2021
I'm trying to modify the "pbAddPokemon" method to where it will give you a Pokémon in a set Poké Ball if a variable is set, but for whatever reason, it's not working, and always sets it to the default Poké Ball.
I changed this line of code here:
And modified it into this:
Am I missing anything?
I changed this line of code here:
Spoiler:
def pbAddPokemon(pokemon,level=nil,seeform=true)
And modified it into this:
Spoiler:
def pbAddPokemon(pokemon,level=nil,ballused=nil,seeform=true)
Am I missing anything?