I'm getting the following error
Message: Section157:115:in `pbGTS'undefined method `pbGetPokemon' for #<GTSScene:0xa515200>
Within a custom script i'm trying to make
This is the code i've got
Code:
pbChoosePokemon(1,3)
if $game_variables[1] < 0
break
end
if (pbGetPokemon(1).species == 25) && (pbGetPokemon(1).form == 1)
Kernel.pbMessage("This Pokemon cannot currently be offered")
break
end
__________________
Creator of

A Pokemon Yellow remake, using HGSS Tiles, and the ability to obtain all Kanto Pokemon as well as their previous/later evolutions.
Current Give-away: None
Dates: Unknown
If your reporting a problem, please make sure you're using the latest version first. Please post the full error message if there is one, as well as what you were doing/did so that i can recreate it